a-conjecture-of-mine

An exercise on polyglossy: the same problem solved on multiple languages

Commit
c7f3ecc58892787e6b1cb9560778157ce0ff0157
Parent
7eec5cf3b3909c9af0d00261e9862651e6b80bfa
Author
Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
Date

Fixed error in an equation in README.adoc

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified README.adoc 2 1 1
diff --git a/README.adoc b/README.adoc
@@ -6,7 +6,7 @@ An exercise on _polyglossy_. The same problem solved on multiple languages.
 
 Let latexmath:[$S : \mathbb{N} \rightarrow \mathbb{N}$] be the sum of the 
 digits of a natural number. Then 
-latexmath:[$S(n + m) \equiv S(n) + S(m) (\textup{mod} 9)$] for all
+latexmath:[$S(n + m) \equiv S(n) + S(m) (\textrm{mod} 9)$] for all
 natural numbers latexmath:[$n$] and latexmath:[$m$].
 
 This conjecture can be generalized for any _positional number system_.