Browse Source

Fixed the type of loopback in the docs.

Paul Downen 13 years ago
parent
commit
a136b5bd06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Control

+ 1 - 1
doc/Control

@@ -127,6 +127,6 @@ slowest : [ |<a_1>|, |<a_2>|, ..., |<a_n>| ] -> |< a_1+a_2+...+a_n >|
 Loops
 -----
 
-loopback : (a |->| 'stop'+{'ok', a}) -> |<a>|
+loopback : (a |->| {'stop', b}+{'loop', a}) -> (a |->| b)
 
 loopback terminates when the operation returns 'stop'.