From 09a50a2b1e6522d33664ac662306718a88fb2125 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 8 Sep 2022 22:50:28 +0200 Subject: [PATCH] Fix typo --- doc_src/cmds/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/math.rst b/doc_src/cmds/math.rst index d7882d3f4..c0634962b 100644 --- a/doc_src/cmds/math.rst +++ b/doc_src/cmds/math.rst @@ -123,7 +123,7 @@ Functions These will throw away any non-integer parts and interpret the rest as an int. Note: ``bitnot`` and ``bitnand`` don't exist. This is because numbers in math don't really have a *width* in terms of bits, - and tehse operations necessarily care about leading zeroes. + and these operations necessarily care about leading zeroes. If you need to negate a specific number you can do it with an xor with a mask, e.g.::