Skip to content

Commit c38baf1

Browse files
brianstrauchziishaned
authored andcommitted
Fixed grammar in lookaround section (ziishaned#84)
1 parent 30fd8c4 commit c38baf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ shorthand character sets are as follows:
380380

381381
## 4. Lookaround
382382

383-
Lookbehind and lookahead sometimes known as lookaround are specific type of
384-
***non-capturing group*** (Use to match the pattern but not included in matching
383+
Lookbehind and lookahead (also called lookaround) are specific types of
384+
***non-capturing groups*** (Used to match the pattern but not included in matching
385385
list). Lookaheads are used when we have the condition that this pattern is
386386
preceded or followed by another certain pattern. For example, we want to get all
387387
numbers that are preceded by `$` character from the following input string

0 commit comments

Comments
 (0)