From c7a99167ff3e91e150fb6ab8ac02afa6e4af5485 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 25 Jun 2021 21:05:17 +0200 Subject: [PATCH] Fix typo --- src/combinators.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/combinators.php b/src/combinators.php index f61ae17..8b82c48 100644 --- a/src/combinators.php +++ b/src/combinators.php @@ -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 $parser * * @psalm-return Parser>