Skip to content

Commit 3092341

Browse files
committed
Fix typo
1 parent 0824df5 commit 3092341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a value `y` has type `S` instead of the expected type `T`.
2020
If all you do with `y` is compare it to other values of type `T`, the program will
2121
typecheck but probably give unexpected results.
2222

23-
Multiversal equaliy is an opt-in way to make universal equality
23+
Multiversal equality is an opt-in way to make universal equality
2424
safer. The idea is that by declaring an `implicit` value one can
2525
restrict the types that are legal in comparisons. The example above
2626
would not typecheck if an implicit was declared like this for type `T`

0 commit comments

Comments
 (0)