mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
bytes,strings: remove user name from BUG in comment
R=golang-dev, dave CC=golang-dev https://golang.org/cl/7856048
This commit is contained in:
parent
54dffda2b6
commit
1b6b1bc66e
2 changed files with 2 additions and 2 deletions
|
|
@ -495,7 +495,7 @@ func isSeparator(r rune) bool {
|
|||
// Title returns a copy of the string s with all Unicode letters that begin words
|
||||
// mapped to their title case.
|
||||
//
|
||||
// BUG(r): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
|
||||
// BUG: The rule Title uses for word boundaries does not handle Unicode punctuation properly.
|
||||
func Title(s string) string {
|
||||
// Use a closure here to remember state.
|
||||
// Hackish but effective. Depends on Map scanning in order and calling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue