]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in stack effect.
authorTrent Buck <trentbuck@gmail.com>
Fri, 20 Jan 2006 00:37:24 +0000 (00:37 +0000)
committerTrent Buck <trentbuck@gmail.com>
Fri, 20 Jan 2006 00:37:24 +0000 (00:37 +0000)
contrib/concurrency/concurrency.factor

index 4b81d553f9ada0862cf9e04a178ce96103a56b71..010e6844da92bf6ab3fef9272766eb181ceef1de 100644 (file)
@@ -356,7 +356,7 @@ SYMBOL: quit-cc
     r> drop 3drop
   ] if ;
 
-: server-cc ( -- cc | process)
+: server-cc ( -- cc | process )
   #! Captures the current continuation and returns the value.
   #! If that CC is called with a process on the stack it will
   #! set 'self' for the current process to it. Otherwise it will