Skip to content

Commit 8853a01

Browse files
Update library/math.po
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent f06ee55 commit 8853a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/math.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ msgid ""
300300
"the exact square root of *n*. For positive *n*, this can be computed using "
301301
"``a = 1 + isqrt(n - 1)``."
302302
msgstr ""
303-
"於有些應用中,取得滿足 ``n ≤ a²`` 的最小整數值 *a* ── 或者說 *n* 精確平方根經"
303+
"於有些應用程式中,取得滿足 *n* |nbsp| ≤ |nbsp| *a*\\ ² 的最小整數值 *a* ── 或者說 *n* 精確平方根經"
304304
"上取整的值 ── 會更加方便。對正數 *n*,此值可使用 ``a = 1 + isqrt(n - 1)`` 計"
305305
"算。"
306306

0 commit comments

Comments
 (0)