Skip to content

Commit 57cf522

Browse files
Remove regexp source to fix the error
1 parent 2bb956f commit 57cf522

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/vim.adoc

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ fix this.
1919

2020
But wait, we made the same mistake several times, let's use some regexp.
2121

22-
[source]
23-
--
24-
:s/wery/very/g
25-
--
26-
27-
Noe more cool thing, let's replace the content of a string...
22+
One more cool thing, let's replace the content of a string...
2823
or the parameters of a method.
2924

3025
[source]

0 commit comments

Comments
 (0)