(wrong string) ée

From: <git_AT_suckless.org>
Date: Sat, 30 Jul 2016 00:30:15 +0200 (CEST)

commit 7e8ea5ca2505686932b489e0aa1df0b3f0433e19
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Sat Jul 30 00:04:21 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Sat Jul 30 00:04:21 2016 +0200

    Fix typo
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/doc/exercises.tex b/doc/exercises.tex
index 755390e..e36ee86 100644
--- a/doc/exercises.tex
+++ b/doc/exercises.tex
_AT_@ -284,7 +284,7 @@ Implement the function
 \noindent
 which calculates $r = {}^n{}b \text{ mod } m$, where
 ${}^0{}b = 1$, ${}^1{}b = b$, ${}^2{}b = b^b$,
-${}^3{}b = b^{b^b}$, ${}^b{}b = b^{b^{b^b}}$, and so on.
+${}^3{}b = b^{b^b}$, ${}^4{}b = b^{b^{b^b}}$, and so on.
 You can assume $b > 0$ and $m > 0$. You can also assume
 \texttt{r}, \texttt{b}, and \texttt{m} are mutually
 unique pointers.
Received on Sat Jul 30 2016 - 00:30:15 CEST

This archive was generated by hypermail 2.3.0 : Sat Jul 30 2016 - 00:36:15 CEST