Skip to content

Commit

Permalink
Fix typo in concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuleidawang authored and ispeters committed Oct 25, 2024
1 parent eb28e28 commit 58419a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ to a **Receiver** object via a call to one of the three customisation-points,
A `Sender` is a reification of an asynchronous operation, much like a
function-object or lambda is a reification of a synchronous operation.

By reifying an asynchronous operation in with a standard interface
By reifying an asynchronous operation with a standard interface
for launching them and providing a continuation we allow them to be
lazily started and composed using generic algorithms.

Expand Down

0 comments on commit 58419a1

Please sign in to comment.