From a24c05a6b1b278aa906247fc980be9d1349429b2 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 23 Jan 2014 15:50:34 -0800 Subject: laws-of-reflection: fix formatting of second law Need a space after the * at the beginning of line to trigger the bold. Otherwise we see a literal star and no bold. R=adg CC=golang-codereviews https://golang.org/cl/56180045 --- 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 a3417c7..88d3a3f 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