[MLton-commit] r6622
Vesa Karvonen
vesak at mlton.org
Wed May 14 09:27:29 PDT 2008
Edit.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/example/iter/mean.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/example/iter/mean.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/example/iter/mean.sml 2008-05-14 16:24:31 UTC (rev 6621)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/example/iter/mean.sml 2008-05-14 16:27:16 UTC (rev 6622)
@@ -14,7 +14,7 @@
* The mean computation runs in constant space. The sequence of real
* numbers is generated twice: first to compute the sum and then to
* compute the length. Of course, one could also compute the sum and
- * length simultaneously and only generated the sequence once.
+ * length simultaneously and only generate the sequence once.
*)
open Cvt Iter
More information about the MLton-commit
mailing list