Skip to content

Commit e9be10d

Browse files
authored
Merge pull request javascript-tutorial#885 from overken/patch-1
Update article.md
2 parents 64ffd43 + 7c3df46 commit e9be10d

File tree

1 file changed

+1
-1
lines changed
  • 5-regular-expressions/01-regexp-introduction

1 file changed

+1
-1
lines changed

5-regular-expressions/01-regexp-introduction/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ There are only 5 of them in JavaScript:
9494
: With this flag the search looks for all matches, without it -- only the first one (we'll see uses in the next chapter).
9595
9696
`m`
97-
: Multiline mode (covered in the chapter <info:regexp-multiline>).
97+
: Multiline mode (covered in the chapter <info:regexp-multiline-mode>).
9898
9999
`s`
100100
: "Dotall" mode, allows `.` to match newlines (covered in the chapter <info:regexp-character-classes>).

0 commit comments

Comments
 (0)