[MLton-commit] r4996
Vesa Karvonen
vesak at mlton.org
Sun Dec 24 21:00:22 PST 2006
Fixed comment.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/public/sequence/buffer.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/sequence/buffer.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/sequence/buffer.sig 2006-12-23 21:24:49 UTC (rev 4995)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/sequence/buffer.sig 2006-12-25 05:00:18 UTC (rev 4996)
@@ -81,8 +81,8 @@
val pushBuffer : ('a t * 'a t) Effect.t
(**
- * Adds the elements of the buffer to the buffer. {pushVectorSlice (b,
- * b')} is equivalent to {pushList (b, toList b')}.
+ * Adds the elements of the buffer to the buffer. {pushBuffer (b, b')}
+ * is equivalent to {pushList (b, toList b')}.
*)
val pushList : ('a t * 'a List.t) Effect.t
More information about the MLton-commit
mailing list