Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 3ba92d9

Browse files
committed
doc: Change ‘send-operation’ to ‘put-operation’.
‘send-operation’ doesn't exist! * fibers.texi (Context): Fix it. Fixes: #90 Reported-by: viviicat
1 parent 46685fa commit 3ba92d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fibers.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ is the main idea of a CSP-derived system called ``Concurrent ML''
282282
New Jersey by John Reppy, CML provides this abstraction, which in
283283
Fibers is called an @dfn{operation}@footnote{CML uses the term
284284
@dfn{event}, but we find this to be a confusing name.}. Calling
285-
@code{send-operation} on a channel returns an operation, which is just
285+
@code{put-operation} on a channel returns an operation, which is just
286286
a value. Operations are like closures in a way; a closure wraps up
287287
code in its environment, which can be later called many times or not
288288
at all. Operations likewise can be @dfn{performed}@footnote{In CML,

0 commit comments

Comments
 (0)