We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66a083 commit 26d9ec4Copy full SHA for 26d9ec4
doc/wuffs-the-language.md
@@ -82,9 +82,9 @@ reserved for impure effects.
82
Expressions involving the standard arithmetic operators (e.g. `*`, `+`), will
83
not compile if overflow is possible. Some of these operators have alternative
84
'tilde' forms (e.g. `~mod*`, `~sat+`) which provide
85
-[modular](/doc/glossary.md#modular-arithmetic.md) and
86
-[saturating](/doc/glossary.md#saturating-arithmetic.md) arithmetic. By
87
-definition, these never overflow.
+[modular](/doc/glossary.md#modular-arithmetic) and
+[saturating](/doc/glossary.md#saturating-arithmetic) arithmetic. By definition,
+these never overflow.
88
89
The `as` operator, e.g. `x as T`, converts an expression `x` to the type `T`.
90
0 commit comments