aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-01 14:40:08 +0200
committerMattias Andrée <maandree@kth.se>2016-05-01 14:40:08 +0200
commit519003275cea0a0a340138771cb4d3239e411319 (patch)
treeeed8bb66204a04c34ffa36c76404a03b77d682cb
parentrefsheet: a <- sgn b: use ~ between sgn and b (diff)
downloadlibzahl-519003275cea0a0a340138771cb4d3239e411319.tar.gz
libzahl-519003275cea0a0a340138771cb4d3239e411319.tar.bz2
libzahl-519003275cea0a0a340138771cb4d3239e411319.tar.xz
refsheet: group title style consistency
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--doc/refsheet.tex2
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}