Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
d56c8132
Commit
d56c8132
authored
Jul 24, 2011
by
Andrew Balholm
Committed by
Rob Pike
Jul 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unicode: fix doc comment for Range32
R=golang-dev, r CC=golang-dev
https://golang.org/cl/4811050
parent
480ef72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pkg/unicode/letter.go
src/pkg/unicode/letter.go
+1
-1
No files found.
src/pkg/unicode/letter.go
View file @
d56c8132
...
...
@@ -32,7 +32,7 @@ type Range16 struct {
}
// Range32 represents of a range of Unicode code points and is used when one or
//
more of the values will not fit in 16 bits. The range runs from Lo to Hi
// more of the values will not fit in 16 bits. The range runs from Lo to Hi
// inclusive and has the specified stride. Lo and Hi must always be >= 1<<16.
type
Range32
struct
{
Lo
uint32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment