Skip to content

Commit

Permalink
Use ⚠️ emoji instead of /!\.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jul 29, 2013
1 parent 7ac15f3 commit 0810b1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/async-generators/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/!\ Warning: The behavior described here is likely to be quickly obseleted by
developments in standardization and implementation. Tread with care.
:warning: Warning: The behavior described here is likely to be quickly
obseleted by developments in standardization and implementation. Tread with
care.

Q has an `async` function. This can be used to decorate a generator function
such that `yield` is effectively equivalent to `await` or `defer` syntax as
Expand Down

0 comments on commit 0810b1c

Please sign in to comment.