We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa920 commit a04555aCopy full SHA for a04555a
src/main/java/g0001_0100/s0069_sqrtx/readme.md
@@ -6,7 +6,7 @@ Given a non-negative integer `x`, compute and return _the square root of_ `x`.
6
7
Since the return type is an integer, the decimal digits are **truncated**, and only **the integer part** of the result is returned.
8
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`.
+**Note:** You are not allowed to use any built-in exponent function or operator, such as `pow(x, 0.5)` or `x ** 0.5`.
10
11
**Example 1:**
12
0 commit comments