aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/laws-of-reflection.article2
1 files changed, 1 insertions, 1 deletions
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.