Clarify docs

This commit is contained in:
Elara 2023-01-13 22:23:24 -08:00
parent 2967e98026
commit f91face206
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ tr := translate.New(cat)
out := tr.TranslateTo("First test", language.Russian) // out == "Первая проверка"
```
The checksum is calculated from the string in that function call.
The checksum is calculated from `"First test"`.