Skip to content

Commit

Permalink
doc/articles/laws_of_reflection.html: fix name of variable
Browse files Browse the repository at this point in the history
Thanks to [email protected] for pointing out the error.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12572043
  • Loading branch information
robpike committed Aug 6, 2013
1 parent f59064d commit a4eac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/laws_of_reflection.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
{{code "/doc/progs/interface.go" `/var empty interface{}/` `/STOP/`}}

<p>
and our empty interface value <code>e</code> will again contain
and our empty interface value, <code>empty</code>, will again contain
that same pair, (<code>tty</code>, <code>*os.File</code>). That's
handy: an empty interface can hold any value and contains all the
information we could ever need about that value.
Expand Down

0 comments on commit a4eac94

Please sign in to comment.