Skip to content

Commit f9ee595

Browse files
committed
Add a comma in the latest til.
1 parent 222c1cf commit f9ee595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vim/increment-all-the-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We can run the following substitution command:
1919
:%s/\d\+/\=submatch(0)+1/g
2020
```
2121

22-
This will transform all digits in the buffer resulting in:
22+
This will transform all digits in the buffer, resulting in:
2323

2424
```
2525
2 3 a b c 46 124 1983

0 commit comments

Comments
 (0)