aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/number-theory.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/number-theory.tex b/doc/number-theory.tex
index a49bc42..eb57ef5 100644
--- a/doc/number-theory.tex
+++ b/doc/number-theory.tex
@@ -179,7 +179,7 @@ $\max x : 2^x \vert z$ is returned by {\tt zlsb(z)}
\section{Primality test}
\label{sec:Primality test}
-The primality of an integer can be test with
+A primality of an integer can be test with
\begin{alltt}
enum zprimality zptest(z_t w, z_t a, int t);