Skip to content

Commit c337b88

Browse files
authored
Merge pull request #15 from datitisev/patch-1
Fix RegEx methods typo in code
2 parents a662c36 + 31e3c58 commit c337b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The array may have more than one element.
5353
For instance:
5454
5555
```js run
56-
lar str = "JavaScript is a programming language";
56+
let str = "JavaScript is a programming language";
5757

5858
let result = str.match( *!*/JAVA(SCRIPT)/i*/!* );
5959

0 commit comments

Comments
 (0)