Skip to content

Commit 20c7203

Browse files
danielpclinTrySound
authored andcommitted
Update parsing_block.md because of typo (#366)
Typo in skipSpaces
1 parent c510fce commit 20c7203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parsing_block.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The most important methods are:
4646
solely of blank space)
4747
* `skipEmptyLines(from)`: returns the index of the first non-empty after
4848
`from`
49-
* `skiptSpaces(pos)`: returns the next non-blank position at or after `pos`
49+
* `skipSpaces(pos)`: returns the next non-blank position at or after `pos`
5050
* `skipChars(pos, code)`: returns the next position for a character different
5151
than `code` at or after `pos`
5252
* `skipCharsBack(pos, code, min)`: returns the previous position for a character

0 commit comments

Comments
 (0)