Skip to content

Commit eb75202

Browse files
vonbrandsjaeckel
authored andcommitted
Documentation: Grammo
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
1 parent 64bb3aa commit eb75202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bn.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ \section{Single Digit Functions}
25812581
\end{alltt}
25822582

25832583
These work like the full \texttt{mp\_int} capable variants except the second parameter $b$ is a
2584-
\texttt{mp\_digit}. These functions fairly handy if you have to work with relatively small numbers
2584+
\texttt{mp\_digit}. These functions come fairly handy if you have to work with relatively small numbers
25852585
since you will not have to allocate an entire \texttt{mp\_int} to store a number like $1$ or $2$.
25862586

25872587
The functions \texttt{mp\_incr} and \texttt{mp\_decr} mimic the postfix operators \texttt{++} and

0 commit comments

Comments
 (0)