Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Jun 25, 2021
1 parent 9f18018 commit c7a9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combinators.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function repeat(int $n, Parser $parser): Parser
*
* @template T
*
* $psalm-param positive-int $n
* @psalm-param positive-int $n
* @psalm-param Parser<T> $parser
*
* @psalm-return Parser<list<T>>
Expand Down

0 comments on commit c7a9916

Please sign in to comment.