mirror of
https://github.com/golang/go
synced 2024-11-14 19:50:21 -07:00
strings: fix typo in examples
The correct word can be seen in lines 381-382. Change-Id: If3876bd34b6433b69531763f63af88d60a0bfad0 Reviewed-on: https://go-review.googlesource.com/c/go/+/606375 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
parent
79ca434ac6
commit
0b23e477a2
@ -388,8 +388,8 @@ func ExampleToLower() {
|
||||
}
|
||||
|
||||
func ExampleToLowerSpecial() {
|
||||
fmt.Println(strings.ToLowerSpecial(unicode.TurkishCase, "Önnek İş"))
|
||||
// Output: önnek iş
|
||||
fmt.Println(strings.ToLowerSpecial(unicode.TurkishCase, "Örnek İş"))
|
||||
// Output: örnek iş
|
||||
}
|
||||
|
||||
func ExampleTrim() {
|
||||
|
Loading…
Reference in New Issue
Block a user