From cf5da1f8417314b1049ff6beea226f54e929e065 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:39:31 +0530 Subject: [PATCH] Fix typo: multiplaction -> multiplication in DEVELOPING.md --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index cbfdfb38..55c8f573 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -35,7 +35,7 @@ Generally, `wad` should be used additively and `ray` should be used multiplicatively. It usually doesn't make sense to multiply a `wad` by a `wad` (or a `rad` by a `rad`). -Two multiplaction operators are used in `dss`: +Two multiplication operators are used in `dss`: - `mul`: standard integer multiplcation. No loss of precision. - `rmul`: used for multiplications involving `ray`'s. Precision is lost.