Skip to content

Commit 72c708d

Browse files
committed
Fix a typo in the manual
Closes #5581
1 parent 17e60f2 commit 72c708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ <h2 id="addons">Addons</h2>
23212321
a <code>{line, ch}</code> object, or can be left off to default
23222322
to the start of the document. <code>options</code> is an
23232323
optional object, which can contain the property `caseFold:
2324-
false` to disable case folding when mathing a string, or the
2324+
false` to disable case folding when matching a string, or the
23252325
property `multiline: disable` to disable multi-line matching for
23262326
regular expressions (which may help performance). A search
23272327
cursor has the following methods:

0 commit comments

Comments
 (0)