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