]> Cypherpunks repositories - gostls13.git/commit
reflect: fix doc nit
authorRuss Cox <rsc@golang.org>
Tue, 9 Jan 2018 20:52:01 +0000 (15:52 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 9 Jan 2018 21:48:16 +0000 (21:48 +0000)
commitb26c88db2f338d6529e1021db59f0faa75af5934
tree21d8c9bc963e9041e83862817e88f6cb219ae3b7
parent6be622c38067a70b31a65e677944b8bb264cca06
reflect: fix doc nit

Type values being comparable implies that Type is a valid map key type.
As previously written, they sound unrelated.

Change-Id: I8e2235275d62898bfb47de850e8257b51ab5cbd6
Reviewed-on: https://go-review.googlesource.com/87021
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.10.html
src/reflect/type.go