diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/i18n.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/i18n.md b/doc/i18n.md index dcb5727..d48df23 100644 --- a/doc/i18n.md +++ b/doc/i18n.md @@ -65,8 +65,8 @@ func example() { } ``` -The result is a lot more visually-noisy than what Go does — mostly due -to the map syntax — but it offers infinitely more information to +The result is a lot more visually-noisy than what Go does – mostly due to +the map syntax – but it offers infinitely more information to translators, which is important. Translation functions can be provided multiple argument maps, and maps |