[gnome-university] c101: readability.



commit e453900b4ef0f50780b1b3da1f894861c1ede7dc
Author: Christian Hergert <christian hergert me>
Date:   Sun Nov 11 20:27:42 2012 -0800

    c101: readability.

 c101/tex/chapter2.tex |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/c101/tex/chapter2.tex b/c101/tex/chapter2.tex
index 9563e9d..7558a28 100644
--- a/c101/tex/chapter2.tex
+++ b/c101/tex/chapter2.tex
@@ -122,8 +122,8 @@ int b /* or the middle */ = 42;
 
 \section{Arithmetic}
 
-You do not need to be a math genius to be a competent C programmer.
-In fact, your author was never particularly great at math himself.
+You do not need to be a math genius to be a good C programmer.
+In fact, your author was never particularly great at math.
 Arithmetic works on variables and numbers similar to how you might have done basic algebra.
 You create a statement for which a result is calculated.
 In the following example multiply two numbers and assign the result to the variable \verb|x|.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]