]> Cypherpunks repositories - keks.git/commitdiff
Spelling
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Apr 2025 06:22:32 +0000 (09:22 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Apr 2025 06:28:58 +0000 (09:28 +0300)
spec/encoding/str.texi

index 8f6607d1d2b20074beaab23720d28c417d43cce7908f96ecb9396f4894966dea..e2f5316ce6187a12780ec0dd52793d6b809df484fbe5d0d3c612cd152c89c3e0 100644 (file)
@@ -42,7 +42,7 @@ Example representations:
 @item 0-byte binary string @tab @code{80}
 @item 4-byte binary string @code{0x01 0x02 0x03 0x04} @tab @code{84 01 02 03 04}
 @item 64-byte binary string with 0x41 @tab @code{BD 03 41 41 .. 41}
-@item UTF-8 string "привет мир" ("hello world" on russian) @tab
+@item UTF-8 string "привет мир" ("hello world" in russian) @tab
     @code{D3 D0 BF D1 80 D0 B8 D0 B2 D0 B5 D1 82 20 D0 BC D0 B8 D1 80}
 
 @end multitable