mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix grammar (#23090)
This commit is contained in:
@@ -94,7 +94,7 @@ which we then use in our scanf pattern to help us in the matching process:
|
||||
...
|
||||
```
|
||||
|
||||
It also possible to pass arguments to a user definable matcher:
|
||||
It is also possible to pass arguments to a user definable matcher:
|
||||
|
||||
```nim
|
||||
proc ndigits(input: string; intVal: var int; start: int; n: int): int =
|
||||
|
||||
Reference in New Issue
Block a user