Skip to content

Commit 1864e22

Browse files
toddselfmarijnh
authored andcommitted
[manual] Upper-case A in lookAhead
1 parent 695d008 commit 1864e22

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
@@ -3242,7 +3242,7 @@ <h2>Writing CodeMirror Modes</h2>
32423242
<dd>Get the string between the start of the current token and
32433243
the current stream position.</dd>
32443244

3245-
<dt><code><strong>lookahead</strong>(n: number) → ?string</code></dt>
3245+
<dt><code><strong>lookAhead</strong>(n: number) → ?string</code></dt>
32463246
<dd>Get the line <code>n</code> (&gt;0) lines after the current
32473247
one, in order to scan ahead across line boundaries. Note that
32483248
you want to do this carefully, since looking far ahead will make

0 commit comments

Comments
 (0)