(wrong string) ée

From: <git_AT_suckless.org>
Date: Fri, 21 Oct 2016 05:25:18 +0200 (CEST)

commit 183bfa766f29b3eb46b01c7b6e82d71d822b02d5
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Fri Oct 21 05:25:03 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Fri Oct 21 05:25:03 2016 +0200

    manual: fix truncated sentence
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/doc/exercises.tex b/doc/exercises.tex
index 0dcab4b..3a9df19 100644
--- a/doc/exercises.tex
+++ b/doc/exercises.tex
_AT_@ -286,9 +286,9 @@ Implement the function
 which calculates the totient $t = \varphi(n)$, where
 $n = \displaystyle{\prod_{i = 1}^n P_i^{K_i}} > 0$,
 and $P_i = \texttt{P[i - 1]} \in \textbf{P}$,
-$K_i = \texttt{K[i - 1]} \ge 1$. All values \texttt{P}.
-\texttt{P} and \texttt{K} make up the prime factorisation
-of $n$.
+$K_i = \texttt{K[i - 1]} \ge 1$. All values \texttt{P}
+are mutually unique. \texttt{P} and \texttt{K} make up
+the prime factorisation of $n$.
 
 You can use the following rules:
 
Received on Fri Oct 21 2016 - 05:25:18 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 21 2016 - 05:36:14 CEST