Skip to content

Commit 933106d

Browse files
authored
Merge pull request #127 from sanmai/patch-1
Update README.md
2 parents 1f005ff + 80561f1 commit 933106d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,14 +411,14 @@ var_dump($north2->is($north1)); // returns TRUE - equality works in both directi
411411

412412
# Why not `SplEnum`
413413

414-
* `SplEnum` is not build-in into PHP and requires pecl extension installed.
414+
* `SplEnum` is not built-in into PHP and requires pecl extension installed.
415415
* Instances of the same value of an `SplEnum` are not the same instance.
416416
* No support for `EnumMap` or `EnumSet`.
417417

418418

419419
# Changelog
420420

421-
Changes are documented in the (release page)[https://github.com/marc-mabe/php-enum/releases].
421+
Changes are documented in the [release page](https://github.com/marc-mabe/php-enum/releases).
422422

423423

424424
# Install

0 commit comments

Comments
 (0)