We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f005ff + 80561f1 commit 933106dCopy full SHA for 933106d
README.md
@@ -411,14 +411,14 @@ var_dump($north2->is($north1)); // returns TRUE - equality works in both directi
411
412
# Why not `SplEnum`
413
414
-* `SplEnum` is not build-in into PHP and requires pecl extension installed.
+* `SplEnum` is not built-in into PHP and requires pecl extension installed.
415
* Instances of the same value of an `SplEnum` are not the same instance.
416
* No support for `EnumMap` or `EnumSet`.
417
418
419
# Changelog
420
421
-Changes are documented in the (release page)[https://github.com/marc-mabe/php-enum/releases].
+Changes are documented in the [release page](https://github.com/marc-mabe/php-enum/releases).
422
423
424
# Install
0 commit comments