[LON-CAPA-cvs] cvs: loncom /homework/templates customhints.problem
www
www@source.lon-capa.org
Sat, 15 May 2010 12:58:43 -0000
www Sat May 15 12:58:43 2010 EDT
Modified files:
/loncom/homework/templates customhints.problem
Log:
Typo in hint
Index: loncom/homework/templates/customhints.problem
diff -u loncom/homework/templates/customhints.problem:1.1 loncom/homework/templates/customhints.problem:1.2
--- loncom/homework/templates/customhints.problem:1.1 Sun Apr 25 13:18:36 2010
+++ loncom/homework/templates/customhints.problem Sat May 15 12:58:43 2010
@@ -60,7 +60,7 @@
<hintpart on="double">
<startouttext />
<p>
-Egyptian Fractions cannot have the same denominator more than once. For example, 1/3+1/17+1/4+/17 is not an Egyptian Fraction, as it has 17 twice as denominator.
+Egyptian Fractions cannot have the same denominator more than once. For example, 1/3+1/17+1/4+1/17 is not an Egyptian Fraction, as it has 17 twice as denominator.
</p>
<endouttext />
</hintpart>