Skip to content

Commit

Permalink
Merge pull request #52 from staabm/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
turanct authored Jun 25, 2021
2 parents 9f18018 + c7a9916 commit e090424
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 e090424

Please sign in to comment.