Skip to content

Commit 9d49866

Browse files
authored
redundant "use case"
1 parent 15767fc commit 9d49866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9-regular-expressions/16-regexp-sticky/article.md

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

44
The flag `pattern:y` allows to perform the search at the given position in the source string.
55

6-
To grasp the use case of `pattern:y` flag, and see how great it is, let's explore a practical use case.
6+
To grasp the use case of `pattern:y` flag, and see how great it is, let's explore a practical example.
77

88
One of common tasks for regexps is "lexical analysis": we get a text, e.g. in a programming language, and analyze it for structural elements.
99

0 commit comments

Comments
 (0)