Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
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