Skip to content

Commit

Permalink
use the proper name for reflexivity in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
veigaribo committed Oct 7, 2020
1 parent ae2eaf9 commit c3e0759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const eq = new Class({
name: 'Eq',
laws: all(
obey((x) => {
// we expect comparison to oneself to be true
// we expect equality to be reflexive
return x.equals(x)
}),
),
Expand Down

0 comments on commit c3e0759

Please sign in to comment.