Fix grammar (#23090)

This commit is contained in:
Stephen
2023-12-17 23:25:49 -06:00
committed by GitHub
parent fe18ec5dc0
commit 080a072336

View File

@@ -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 =