Skip to content

Commit ca5fc31

Browse files
authored
Merge pull request #146 from jdreesen/patch-1
Fix typo in the readme
2 parents 29b5b7d + 9eda251 commit ca5fc31

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)