mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
fix broken links
This commit is contained in:
parent
8bd4f2060a
commit
6c09f23fe4
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ module [Bool, Eq, true, false, not, is_eq, is_not_eq]
|
|||
## other, and two values `a`, `b` are identical if and only if `is_eq(a, b)` is
|
||||
## `Bool.true`.
|
||||
##
|
||||
## Not all types support total equality. For example, [`F32`](../Num#F32) and [`F64`](../Num#F64) can
|
||||
## Not all types support total equality. For example, [`F32`](/Num#F32) and [`F64`](/Num#F64) can
|
||||
## be a `NaN` ([Not a Number](https://en.wikipedia.org/wiki/NaN)), and the
|
||||
## [IEEE-754](https://en.wikipedia.org/wiki/IEEE_754) floating point standard
|
||||
## specifies that two `NaN`s are not equal.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue