Skip to content

Commit 9eda251

Browse files
authored
Fix typo in the readme
1 parent 29b5b7d commit 9eda251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ With version 4.3 we have added support for generics and added better type suppor
414414
* `EnumSet<T of Enum>`
415415
* `EnumMap<T of Enum>`
416416

417-
Generic types will be detected by [PHPStan](https://phpstan.org/) and [Psaml](https://psalm.dev/).
417+
Generic types will be detected by [PHPStan](https://phpstan.org/) and [Psalm](https://psalm.dev/).
418418

419419
Additionally, we have developed an [extension for PHPStan](https://github.com/marc-mabe/php-enum-phpstan/)
420420
to make enumerator accessor methods known.

0 commit comments

Comments
 (0)