1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-05-22 07:55:37 +02:00

Fix typo: missing n in unknown (#1344)

This commit is contained in:
Noam Zaks
2023-10-11 13:30:19 +03:00
committed by GitHub
parent b037548923
commit 4eebe43f3b
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -15048,7 +15048,7 @@ msgstr ""
#: src/exercises/day-3/safe-ffi-wrapper.md:27
msgid ""
"`&CStr` to `&[u8]`: a slice of bytes is the universal interface for \"some "
"unknow data\","
"unknown data\","
msgstr ""
"`&CStr` para `&[u8]`: um _slice_ de bytes é a interface universal para "
"\"algum dado desconhecido\","