fix broken links

This commit is contained in:
Anton-4 2025-07-19 17:02:37 +02:00 committed by GitHub
parent 8bd4f2060a
commit 6c09f23fe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.