Skip to content

Commit

Permalink
Fix grammar (nim-lang#23090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spirarel authored Dec 18, 2023
1 parent fe18ec5 commit 080a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/strscans.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 080a072

Please sign in to comment.