Skip to content

Commit

Permalink
doc: Change ‘send-operation’ to ‘put-operation’.
Browse files Browse the repository at this point in the history
‘send-operation’ doesn't exist!

* fibers.texi (Context): Fix it.

Fixes: #90
Reported-by: viviicat
  • Loading branch information
emixa-d committed Sep 14, 2023
1 parent 46685fa commit 3ba92d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fibers.texi
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ is the main idea of a CSP-derived system called ``Concurrent ML''
New Jersey by John Reppy, CML provides this abstraction, which in
Fibers is called an @dfn{operation}@footnote{CML uses the term
@dfn{event}, but we find this to be a confusing name.}. Calling
@code{send-operation} on a channel returns an operation, which is just
@code{put-operation} on a channel returns an operation, which is just
a value. Operations are like closures in a way; a closure wraps up
code in its environment, which can be later called many times or not
at all. Operations likewise can be @dfn{performed}@footnote{In CML,
Expand Down

0 comments on commit 3ba92d9

Please sign in to comment.