Skip to content

Commit f4905fb

Browse files
committed
transform, unicode/cldr: spell "Deprecated: Use etc" consistently
Change-Id: I5194e58a7679e33555856a413f6081fea26d8e34 Reviewed-on: https://go-review.googlesource.com/c/text/+/171277 Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 31e7599 commit f4905fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

transform/transform.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ func (c *chain) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err erro
493493
return dstL.n, srcL.p, err
494494
}
495495

496-
// Deprecated: use runes.Remove instead.
496+
// Deprecated: Use runes.Remove instead.
497497
func RemoveFunc(f func(r rune) bool) Transformer {
498498
return removeF(f)
499499
}

unicode/cldr/cldr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (cldr *CLDR) RawLDML(loc string) *LDML {
9696
// LDML returns the fully resolved LDML XML for loc, which must be one of
9797
// the strings returned by Locales.
9898
//
99-
// Deprecated: use RawLDML and implement inheritance manually or using the
99+
// Deprecated: Use RawLDML and implement inheritance manually or using the
100100
// internal cldrtree package.
101101
// Inheritance has changed quite a bit since the onset of this package and in
102102
// practice data often represented in a way where knowledge of how it was

0 commit comments

Comments
 (0)