Skip to content

Commit 32dd631

Browse files
authored
Update README.md
1 parent f2b6144 commit 32dd631

File tree

1 file changed

+1
-1
lines changed
  • solution/0000-0099/0008.String to Integer (atoi)

1 file changed

+1
-1
lines changed

solution/0000-0099/0008.String to Integer (atoi)/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class Solution {
388388

389389
#### C
390390

391-
```C
391+
```c
392392
int myAtoi(char* s) {
393393
int i = 0;
394394

0 commit comments

Comments
 (0)