Skip to content

Commit a04555a

Browse files
authored
Update readme.md
1 parent 41aa920 commit a04555a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0001_0100/s0069_sqrtx

1 file changed

+1
-1
lines changed

src/main/java/g0001_0100/s0069_sqrtx/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Given a non-negative integer `x`, compute and return _the square root of_ `x`.
66

77
Since the return type is an integer, the decimal digits are **truncated**, and only **the integer part** of the result is returned.
88

9-
**Note: **You are not allowed to use any built-in exponent function or operator, such as `pow(x, 0.5)` or `x ** 0.5`.
9+
**Note:** You are not allowed to use any built-in exponent function or operator, such as `pow(x, 0.5)` or `x ** 0.5`.
1010

1111
**Example 1:**
1212

0 commit comments

Comments
 (0)