diff options
author | Rob Pike <r@golang.org> | 2013-10-16 12:42:07 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2013-10-16 12:42:07 -0700 |
commit | 77f8cda9c08f658819c199b485cfb7f542b20adf (patch) | |
tree | 8db92bf4ebbef3b7fef1f0b9c0bb6d63175d858e /content/laws-of-reflection.article | |
parent | a28f38c30686b995e8853dedb5e295c43c2c2d3d (diff) |
go.blog/laws-of-reflection: fix spurious asterisks
Probably a relic of semi-automatic conversion.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/14573045
Diffstat (limited to 'content/laws-of-reflection.article')
-rw-r--r-- | content/laws-of-reflection.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/laws-of-reflection.article b/content/laws-of-reflection.article index 18c537e..a3417c7 100644 --- a/content/laws-of-reflection.article +++ b/content/laws-of-reflection.article @@ -162,7 +162,7 @@ the `Kind` of `v` is still `reflect.Int`, even though the static type of `x` is * The second law of reflection -*2.*Reflection*goes*from*reflection*object*to*interface value.* +*2. Reflection goes from reflection object to interface value. Like physical reflection, reflection in Go generates its own inverse. |