commit 91881e515fe1d295c7a5f26c7a79532746fba7f3
Author: Mattias Andrée <[email protected]>
AuthorDate: Fri May 13 20:50:39 2016 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Fri May 13 20:50:39 2016 +0200
Minor fix to the text
Signed-off-by: Mattias Andrée <[email protected]>
diff --git a/doc/number-theory.tex b/doc/number-theory.tex
index eb57ef5..10c485b 100644
--- a/doc/number-theory.tex
+++ b/doc/number-theory.tex
@@ -216,8 +216,8 @@ $\gcd(w, a)$ can be used to extract a factor
of $a$. This factor is however not necessarily,
and unlikely so, prime, but can be composite,
or even 1. In the latter case this becomes
-utterly useless, and therefore using this
-method for prime factorisation is a bad idea.
+utterly useless. Therefore using this method
+for prime factorisation is a bad idea.
Below is pseudocode for the MillerâRabin primality
test with witness return.