[gcalctool] Fix wrong arithmetic



commit 7825b6652af22de4336a375424851c0a6f0c5c92
Author: Robert Ancell <robert ancell gmail com>
Date:   Wed Mar 3 08:13:50 2010 +1100

    Fix wrong arithmetic

 help/C/equation.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help/C/equation.page b/help/C/equation.page
index a0d8292..725789e 100644
--- a/help/C/equation.page
+++ b/help/C/equation.page
@@ -24,7 +24,7 @@
     </p>
     <p>
     Calculations are performed in mathematical order - multiplication and division are performed before addition and subtraction.
-    The following equation solves to 1 (3Ã?2 = 6, 9â??7 = 1).
+    The following equation solves to 1 (3Ã?2 = 6, 7â??6 = 1).
     </p>
     <example>
     <p>



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