[MLton-commit] r6621
Vesa Karvonen
vesak at mlton.org
Wed May 14 09:24:39 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:22:08 UTC (rev 6620)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/example/iter/mean.sml 2008-05-14 16:24:31 UTC (rev 6621)
@@ -12,7 +12,7 @@
* translated to SML using iterator combinators.
*
* The mean computation runs in constant space. The sequence of real
- * numbers is generated twice, first to compute the sum and then to
+ * 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.
*)
More information about the MLton-commit
mailing list