diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/constants.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/constants.article b/content/constants.article index 23e77fc..51308d6 100644 --- a/content/constants.article +++ b/content/constants.article @@ -92,7 +92,7 @@ String constants are easy to understand and provide a smaller space in which to explore the type issues of constants in Go. A string constant encloses some text between double quotes. -(Go also has raw string literals, enclosed by backquotes ````````, +(Go also has raw string literals, enclosed by backquotes <code>``</code>, but for the purpose of this discussion they have all the same properties.) Here is a string constant: |