Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修正func IsSymbol(r rune) bool描述错误 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/unicode.htm
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ <h3 id="IsPunct">func <a title="View Source" href="https://github.com/golang/go/
<p>IsPunct报告一个字符是否是unicode标点字符,参见策略P。</p>
<h3 id="IsSymbol">func <a title="View Source" href="https://github.com/golang/go/blob/master/src/unicode/graphic.go?name=release#139">IsSymbol</a> <a class="permalink" href="#pkg-index">&para;</a></h3>
<pre class="funcdecl">func IsSymbol(r <a href="builtin.htm#rune">rune</a>) <a href="builtin.htm#bool">bool</a></pre>
<p>IsPunct报告一个字符是否是unicode符号字符。</p>
<p>IsSymbol报告一个字符是否是unicode符号字符。</p>
<h3 id="IsLower">func <a title="View Source" href="https://github.com/golang/go/blob/master/src/unicode/letter.go?name=release#189">IsLower</a> <a class="permalink" href="#pkg-index">&para;</a></h3>
<pre class="funcdecl">func IsLower(r <a href="builtin.htm#rune">rune</a>) <a href="builtin.htm#bool">bool</a></pre>
<p>返回字符是否是小写字母。</p>
Expand Down