]> Cypherpunks repositories - gostls13.git/commit
reflect: cleanup wording for type identity/equality
authorMatthew Dempsky <mdempsky@google.com>
Mon, 29 Aug 2016 20:29:46 +0000 (13:29 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 30 Aug 2016 22:40:52 +0000 (22:40 +0000)
commitbe23e98e06b1e1c65de19d460537c4df21ebf555
tree648cec8d7a7d4ca8634bfcdb4442e9d6d3d4dfb7
parent55875977eb7e4f5b926127ec76217f37c7fd3713
reflect: cleanup wording for type identity/equality

Use terms like "equal" and "identical types" to match the Go spec,
rather than inventing a new explanation. See also discussion on
golang.org/cl/27170.

Updates #16348.

Change-Id: I0fe0bd01c0d1da3c8937a579c2ba44cf1eb16b71
Reviewed-on: https://go-review.googlesource.com/28054
Reviewed-by: Rob Pike <r@golang.org>
src/reflect/type.go