Skip to content

Commit

Permalink
Update TAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Jan 24, 2012
1 parent bcca004 commit 050c1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TAME.md
Expand Up @@ -283,11 +283,11 @@ It might be possible, with an insane amount of hoop-jumping, to make
something like this work:

```coffeescript
x = await myfunc defer(_)
x = await myfunc defer _
```

And have the value of the right hand side evaluate to whatever the
value `_` gets when `myfunc` fulfills its deferral. That /might/ be
value `_` gets when `myfunc` fulfills its deferral. That _might_ be
possible, but something like this seems even uglier to implement:

```coffescript
Expand Down

0 comments on commit 050c1f6

Please sign in to comment.