From a4eac94b5710539829e9ca0ed20e6a6a307f288d Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 7 Aug 2013 09:34:39 +1000 Subject: [PATCH] doc/articles/laws_of_reflection.html: fix name of variable Thanks to c.emil.hessman@gmail.com for pointing out the error. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12572043 --- doc/articles/laws_of_reflection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/laws_of_reflection.html b/doc/articles/laws_of_reflection.html index 81f6697ce5..57a769692a 100644 --- a/doc/articles/laws_of_reflection.html +++ b/doc/articles/laws_of_reflection.html @@ -148,7 +148,7 @@ Continuing, we can do this: {{code "/doc/progs/interface.go" `/var empty interface{}/` `/STOP/`}}

-and our empty interface value e will again contain +and our empty interface value, empty, will again contain that same pair, (tty, *os.File). That's handy: an empty interface can hold any value and contains all the information we could ever need about that value. -- 2.48.1