Skip to content

Commit 1e284b8

Browse files
authored
Update article.md
1 parent 852ee18 commit 1e284b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

9-regular-expressions/02-regexp-methods/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
There are two sets of methods to deal with regular expressions.
44

5-
1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, it provides many methods.
6-
2. Besides that, there are methods in regular strings can work with regexps.
5+
1. First, regular expressions are objects of the built-in [RegExp](mdn:js/RegExp) class, which provides many methods.
6+
2. Additionally, there are methods in regular strings that can work with regexps.
77

88

99
## Recipes

0 commit comments

Comments
 (0)