mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
Fix typo
This commit is contained in:
@@ -103,7 +103,7 @@ is inclusive.
|
||||
`matchBounds: Slice[int]` :: the bounds of the match, as in `captureBounds[]`
|
||||
`(captureBounds|captures).toTable` :: returns a table with each named capture
|
||||
as a key.
|
||||
`(captureBounds|capture).toSeq` :: returns all the captures by their number.
|
||||
`(captureBounds|captures).toSeq` :: returns all the captures by their number.
|
||||
`$: string` :: same as `match`
|
||||
|
||||
=== Pattern
|
||||
|
||||
Reference in New Issue
Block a user