You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-07 06:55:42 +02:00
zh-TW: Fix indentation. (#1035)
This commit is contained in:
@ -9711,7 +9711,7 @@ msgid ""
|
|||||||
"* Use non-panicking APIs (such as `Vec::get`) if crashing is not acceptable."
|
"* Use non-panicking APIs (such as `Vec::get`) if crashing is not acceptable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"* 恐慌代表發生無法復原的非預期錯誤。\n"
|
"* 恐慌代表發生無法復原的非預期錯誤。\n"
|
||||||
"* 恐慌可以反映程式中的錯誤。\n"
|
" * 恐慌可以反映程式中的錯誤。\n"
|
||||||
"* 如果無法接受程式崩潰,請使用不會觸發恐慌的 API,例如 `Vec::get`。"
|
"* 如果無法接受程式崩潰,請使用不會觸發恐慌的 API,例如 `Vec::get`。"
|
||||||
|
|
||||||
#: src/error-handling/panic-unwind.md:1
|
#: src/error-handling/panic-unwind.md:1
|
||||||
|
Reference in New Issue
Block a user