mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Fix typo
This commit is contained in:
parent
dbeb667ff4
commit
09a50a2b1e
1 changed files with 1 additions and 1 deletions
|
@ -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.::
|
||||
|
||||
|
|
Loading…
Reference in a new issue