File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
158158var_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
You can’t perform that action at this time.
0 commit comments