Fix typo in strings-and-runes

This commit is contained in:
Konstantin Kovshenin 2022-02-09 13:53:33 +03:00 committed by GitHub
parent 3e51f69fb5
commit 45662fe642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ introduction to the topic.</p>
<tr> <tr>
<td class="docs"> <td class="docs">
<p><code>s</code> is a <code>string</code> assigned a literal value <p><code>s</code> is a <code>string</code> assigned a literal value
representing the world &ldquo;hello&rdquo; in the Thai representing the word &ldquo;hello&rdquo; in the Thai
language. Go string literals are UTF-8 language. Go string literals are UTF-8
encoded text.</p> encoded text.</p>