aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-07-11 10:54:50 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2018-07-11 14:13:48 +0000
commit8bf7e083063e016e10c1d369645882a676870786 (patch)
tree6436919ca88384cd1cc3fbe052fa94e0ede9357f
parent984ce39053551b6d66482f8a93e12fb480dc1fbf (diff)
downloadgolang-id-tour-8bf7e083063e016e10c1d369645882a676870786.tar.xz
tour: fix bad backticks with space in it
CL 113998 changed drop the ", value" entirely into drop the `, value` entirely. in moretypes.article, but that's not rendered correctly because the backspaces have a space in it, which is not allowed. Screenshot: https://i.imgur.com/dDXNl6X.png Keep the backticks, but take the space out. Change-Id: If702d69d2d0086bcfca7b14f8e020a8c152edf36 Reviewed-on: https://go-review.googlesource.com/123235 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--content/moretypes.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/moretypes.article b/content/moretypes.article
index 086a513..2840489 100644
--- a/content/moretypes.article
+++ b/content/moretypes.article
@@ -247,7 +247,7 @@ The first is the index, and the second is a copy of the element at that index.
You can skip the index or value by assigning to `_`.
-If you only want the index, drop the `, value` entirely.
+If you only want the index, drop the `,` `value` entirely.
.play moretypes/range-continued.go