summaryrefslogtreecommitdiff
path: root/doc/articles/laws_of_reflection.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/articles/laws_of_reflection.html')
-rw-r--r--doc/articles/laws_of_reflection.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/laws_of_reflection.html b/doc/articles/laws_of_reflection.html
index 826a054f2..81f6697ce 100644
--- a/doc/articles/laws_of_reflection.html
+++ b/doc/articles/laws_of_reflection.html
@@ -213,7 +213,7 @@ type: float64
You might be wondering where the interface is here, since the program looks
like it's passing the <code>float64</code> variable <code>x</code>, not an
interface value, to <code>reflect.TypeOf</code>. But it's there; as
-<a href="/pkg/reflect/#Type.TypeOf">godoc reports</a>, the signature of
+<a href="/pkg/reflect/#TypeOf">godoc reports</a>, the signature of
<code>reflect.TypeOf</code> includes an empty interface:
</p>