1
0
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:
Jonathan Hao 2023-07-26 17:15:18 +01:00 committed by GitHub
parent 785eb7cdf9
commit 3c6a8201bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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