Skip to content

Commit 23c35fa

Browse files
authored
fixed typo in 08-regexp-greedy-and-lazy
1 parent da0063e commit 23c35fa

File tree

1 file changed

+1
-1
lines changed
  • 5-regular-expressions/08-regexp-greedy-and-lazy

1 file changed

+1
-1
lines changed

5-regular-expressions/08-regexp-greedy-and-lazy/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Complex regular expressions are hard to optimize, so the search may work exactly
173173

174174
## Alternative approach
175175

176-
With regexps, there's often more then one way to do the same thing.
176+
With regexps, there's often more than one way to do the same thing.
177177

178178
In our case we can find quoted strings without lazy mode using the regexp `pattern:"[^"]+"`:
179179

0 commit comments

Comments
 (0)