From 70b9ab0075cee7d656e953a37cccfdac442313f6 Mon Sep 17 00:00:00 2001 From: Jero Bado Date: Tue, 8 Jun 2021 03:59:24 +0000 Subject: _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 Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot Trust: Dmitri Shuralyov --- _content/ref/mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (<, +raw strings beginning and ending with grave accents (`, 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 -- cgit v1.3