diff --git a/contrib/concurrency/concurrency.factor b/contrib/concurrency/concurrency.factor index 4b81d553f9..010e6844da 100644 --- a/contrib/concurrency/concurrency.factor +++ b/contrib/concurrency/concurrency.factor @@ -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