go/types, types2: improve readability of _InvalidUntypedConversion docs

Remove an unnecessary 'an' from errorcodes.go.

Change-Id: Iabe8ce479077cbfff936d57c788a9b39d7e5b34e
Reviewed-on: https://go-review.googlesource.com/c/go/+/430495
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ali Yousefi Sabzevar 2022-09-13 09:39:19 +02:00 committed by Gopher Robot
parent 9503bcae2b
commit a7e9a379e9
2 changed files with 2 additions and 2 deletions

View file

@ -867,7 +867,7 @@ const (
// var _ = string(x)
_InvalidConversion
// _InvalidUntypedConversion occurs when an there is no valid implicit
// _InvalidUntypedConversion occurs when there is no valid implicit
// conversion from an untyped value satisfying the type constraints of the
// context in which it is used.
//

View file

@ -867,7 +867,7 @@ const (
// var _ = string(x)
_InvalidConversion
// _InvalidUntypedConversion occurs when an there is no valid implicit
// _InvalidUntypedConversion occurs when there is no valid implicit
// conversion from an untyped value satisfying the type constraints of the
// context in which it is used.
//