diff options
-rw-r--r-- | content/strings.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/strings.article b/content/strings.article index 81de1a5..4fb6f20 100644 --- a/content/strings.article +++ b/content/strings.article @@ -130,7 +130,7 @@ With that format, the Unicode value of the Swedish symbol shows up as a "\xbd\xb2=\xbc \u2318" -These printing techiques are good to know when debugging +These printing techniques are good to know when debugging the contents of strings, and will be handy in the discussion that follows. It's worth pointing out as well that all these methods behave exactly the same for byte slices as they do for strings. |