diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refsheet.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refsheet.tex b/doc/refsheet.tex index 765ec48..f0b0fa0 100644 --- a/doc/refsheet.tex +++ b/doc/refsheet.tex @@ -90,7 +90,7 @@ Unless specified otherwise, returns are {\tt void} and all parameters are of typ -\textbf{Bit operations} \\ +\textbf{Bit operation} \\ \entry{zand(a, b, c)} {$a \gets b \wedge c$} {bitwise} \entry{zor(a, b, c)} {$a \gets b \vee c$} {bitwise} \entry{zxor(a, b, c)} {$a \gets b \oplus c$} {bitwise} |
