Skip to content

Commit 18b340f

Browse files
ameowliaianlancetaylor
authored andcommitted
language: fix typo in update docs
Change-Id: Ied188b87f0a9a1a4fb160b2a7ba239ed70b843a6 Reviewed-on: https://go-review.googlesource.com/c/text/+/359715 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Amelia Downs <[email protected]> Trust: Cherry Mui <[email protected]>
1 parent 7d87486 commit 18b340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/match.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ type bestMatch struct {
545545
// match as the preferred match.
546546
//
547547
// If pin is true and have and tag are a strong match, it will henceforth only
548-
// consider matches for this language. This corresponds to the nothing that most
548+
// consider matches for this language. This corresponds to the idea that most
549549
// users have a strong preference for the first defined language. A user can
550550
// still prefer a second language over a dialect of the preferred language by
551551
// explicitly specifying dialects, e.g. "en, nl, en-GB". In this case pin should

0 commit comments

Comments
 (0)