Skip to content

Commit ee9deed

Browse files
committed
readme
1 parent fcffcf3 commit ee9deed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* [Github:#69 Sqrt(x)](/Math/Math.Lib/Sqrtx.cs)
4949
* [CSDN:#69 Sqrt(x)](http://blog.csdn.net/daigualu/article/details/72578272)
5050
* Tips:
51-
* careful to prevent overflowing for bas*digits.
51+
* careful to prevent overflowing! Again careful to **overflow**!
5252
```C#
5353
public int MySqrt(int x)
5454
{

0 commit comments

Comments
 (0)