mirror of
https://github.com/golang/go
synced 2024-11-18 07:04:52 -07:00
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:
parent
9503bcae2b
commit
a7e9a379e9
@ -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.
|
||||
//
|
||||
|
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user