Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ straight-ahead JavaScript library. It's quite useful for more advanced
control flows, so we've included it in the main runtime library.

The `Rendezvous` is similar to a blocking condition variable (or a
"Hoare sytle monitor") in threaded programming.
"Hoare style monitor") in threaded programming.

#### tame.Rendezvous.id (i).defer (slots,...)

Expand Down Expand Up @@ -505,7 +505,7 @@ Tame has a workaround to this problem. When a tamed function is
entered, the runtime will find the first argument to the function that
was output by `defer()`. Such callbacks are annotated to contain the
file, line and function where they were created. They also are
annotated to hold a refernce to `defer()`-generated callback passed to
annotated to hold a reference to `defer()`-generated callback passed to
the function in which they were created. This chaining creates an
implicit stack that can be walked when an exception is thrown.

Expand Down