We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c510fce commit 20c7203Copy full SHA for 20c7203
docs/parsing_block.md
@@ -46,7 +46,7 @@ The most important methods are:
46
solely of blank space)
47
* `skipEmptyLines(from)`: returns the index of the first non-empty after
48
`from`
49
-* `skiptSpaces(pos)`: returns the next non-blank position at or after `pos`
+* `skipSpaces(pos)`: returns the next non-blank position at or after `pos`
50
* `skipChars(pos, code)`: returns the next position for a character different
51
than `code` at or after `pos`
52
* `skipCharsBack(pos, code, min)`: returns the previous position for a character
0 commit comments