Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90edb0f

Browse files
authored
Update stdlib2.po
Fix a missing white space.
1 parent 43c68ce commit 90edb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/stdlib2.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ msgid ""
185185
"in another thread."
186186
msgstr ""
187187
"執行緒是一種用來對非順序相依 (sequentially dependent) 的多個任務進"
188-
"行解耦 (decoupling)的技術。當其他任務在背景執行時,多執行緒可以用來提升應用程式在接"
188+
"行解耦 (decoupling) 的技術。當其他任務在背景執行時,多執行緒可以用來提升應用程式在接"
189189
"收使用者輸入時的反應能力。一個相關的用例是,運行 I/O 的同時,在另一個執行緒中"
190190
"進行計算。"
191191

0 commit comments

Comments
 (0)