aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJero Bado <tokidokitalkyou@gmail.com>2021-06-08 03:59:24 +0000
committerBryan C. Mills <bcmills@google.com>2021-06-08 15:59:55 +0000
commit70b9ab0075cee7d656e953a37cccfdac442313f6 (patch)
tree958c2d4db46192d26b9caab9131a7c77c2fd5db3
parentc07ef4e0dfcf1c205f4cad938ddbc2bc4b08b459 (diff)
downloadgo-x-website-70b9ab0075cee7d656e953a37cccfdac442313f6.tar.xz
_content/ref: apply correct character for grave accent
Fixes golang/go#46599 Change-Id: I575e75f6d9806640480c7238a7d1060228332ef9 GitHub-Last-Rev: 2b09fa4657bf4b4386a2c0d9124792140c687b9e GitHub-Pull-Request: golang/website#59 Reviewed-on: https://go-review.googlesource.com/c/website/+/325989 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--_content/ref/mod.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/ref/mod.md b/_content/ref/mod.md
index 1fafbe93..c101f1d6 100644
--- a/_content/ref/mod.md
+++ b/_content/ref/mod.md
@@ -380,7 +380,7 @@ or semantic versions.
*Strings* are quoted sequences of characters. There are two kinds of strings:
interpreted strings beginning and ending with quotation marks (`"`, U+0022) and
-raw strings beginning and ending with grave accents (<code>&#60;</code>,
+raw strings beginning and ending with grave accents (<code>&#x60;</code>,
U+0060). Interpreted strings may contain escape sequences consisting of a
backslash (`\`, U+005C) followed by another character. An escaped quotation
mark (`\"`) does not terminate an interpreted string. The unquoted value