Skip to content

Commit c6c2cbc

Browse files
author
Marcos Passos
authored
Fix typo in documentation
1 parent 8b84f8a commit c6c2cbc

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
@@ -154,7 +154,7 @@ $donors = new BloodDonors($equivalence);
154154
$james = new Person('James', 'A');
155155
$john = new Person('John', 'A');
156156

157-
// James and John are considered equivalent once they the same blood group
157+
// James and John are considered equivalent once they are of the same blood group
158158
var_dump($equivalence->equivalent($james, $john)); // Outputs bool(true)
159159

160160
// Initially, none of them are present in the collection
@@ -595,4 +595,4 @@ All contents of this package are licensed under the [MIT license](LICENSE).
595595
[link-author]: http://github.com/marcospassos
596596
[link-contributors]: https://github.com/marcospassos/phpcommon-comparison/graphs/contributors
597597
[link-issue-tracker]: https://github.com/marcospassos/phpcommon-comparison/issues
598-
[link-repository]: https://github.com/marcospassos/phpcommon-comparison
598+
[link-repository]: https://github.com/marcospassos/phpcommon-comparison

0 commit comments

Comments
 (0)