1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-07 15:02:22 +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

View File

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