Skip to content
Snippets Groups Projects
Commit 1864e223 authored by Todd Kennedy's avatar Todd Kennedy Committed by Marijn Haverbeke
Browse files

[manual] Upper-case A in lookAhead

parent 695d0086
No related branches found
No related tags found
No related merge requests found
......@@ -3242,7 +3242,7 @@ editor.setOption("extraKeys", {
<dd>Get the string between the start of the current token and
the current stream position.</dd>
<dt><code><strong>lookahead</strong>(n: number) → ?string</code></dt>
<dt><code><strong>lookAhead</strong>(n: number) → ?string</code></dt>
<dd>Get the line <code>n</code> (&gt;0) lines after the current
one, in order to scan ahead across line boundaries. Note that
you want to do this carefully, since looking far ahead will make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment