Skip to content

Commit 26d9ec4

Browse files
committed
Fix some markdown links to /doc/glossary.md
1 parent a66a083 commit 26d9ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/wuffs-the-language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ reserved for impure effects.
8282
Expressions involving the standard arithmetic operators (e.g. `*`, `+`), will
8383
not compile if overflow is possible. Some of these operators have alternative
8484
'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.
85+
[modular](/doc/glossary.md#modular-arithmetic) and
86+
[saturating](/doc/glossary.md#saturating-arithmetic) arithmetic. By definition,
87+
these never overflow.
8888

8989
The `as` operator, e.g. `x as T`, converts an expression `x` to the type `T`.
9090

0 commit comments

Comments
 (0)