Skip to content

Commit bb1edba

Browse files
committed
new commit
1 parent 88cb729 commit bb1edba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/0008. String to Integer (atoi).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Difficulty: **Medium**
44

55

6-
Implement `<span style="display: inline;">atoi</span>` which converts a string to an integer.
6+
Implement `atoi` which converts a string to an integer.
77

88
The function first discards as many whitespace characters as necessary until the first non-whitespace character is found. Then, starting from this character, takes an optional initial plus or minus sign followed by as many numerical digits as possible, and interprets them as a numerical value.
99

0 commit comments

Comments
 (0)