From 77f8cda9c08f658819c199b485cfb7f542b20adf Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 16 Oct 2013 12:42:07 -0700 Subject: 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 --- content/laws-of-reflection.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3