aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-03-03 11:45:13 -0800
committerChris Broadfoot <cbro@golang.org>2016-03-03 19:57:37 +0000
commita4d680413ab45695cc2c6c3e232d508aeb637f25 (patch)
treee9bed6d50ad022e104f01958e73968fb8fd8eb87
parenta5983ab0567e37641c5845814a2366195924b5ae (diff)
downloadgolang-id-tour-a4d680413ab45695cc2c6c3e232d508aeb637f25.tar.xz
content: fix typo
Fixes golang/go#14550. Change-Id: Ia908d10edf24260e3814787b44b28c91ddf9aae3 Reviewed-on: https://go-review.googlesource.com/20191 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--content/basics.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/basics.article b/content/basics.article
index 2fd5945..230ddeb 100644
--- a/content/basics.article
+++ b/content/basics.article
@@ -157,7 +157,7 @@ _zero_value_.
The zero value is:
- `0` for numeric types,
-- `false` the boolean type, and
+- `false` for the boolean type, and
- `""` (the empty string) for strings.
.play basics/zero.go