Skip to content

Commit

Permalink
Merge pull request #57 from int3/patch-1
Browse files Browse the repository at this point in the history
Fix typos.
  • Loading branch information
maxtaco committed Feb 14, 2013
2 parents fbe93d4 + db54e91 commit b0d03c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iced.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ straight-ahead CoffeeScript 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.
#### iced.Rendezvous.id(i,[multi]).defer slots...
Expand All @@ -605,7 +605,7 @@ filled with the arguments to that callback.
Also, note the optional boolean flag `multi`. By default, a function
generated by `defer` can be called only once, and will generate an
error on subsequent calls. Only with the `mutli` flag set to `true`
error on subsequent calls. Only with the `multi` flag set to `true`
(and only in the case of a `Rendezvous`), can this restriction be
relaxed.
Expand Down

0 comments on commit b0d03c0

Please sign in to comment.