Skip to content

Commit

Permalink
Fix typo in async_generator state description
Browse files Browse the repository at this point in the history
  • Loading branch information
attila0x2A authored and lewissbaker committed Apr 4, 2018
1 parent 98d98e2 commit b0e5f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cppcoro/async_generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ namespace cppcoro
// State transition diagram
// VNRCA - value_not_ready_consumer_active
// VNRCS - value_not_ready_consumer_suspended
// VRPA - value_ready_consumer_active
// VRPS - value_ready_consumer_suspended
// VRPA - value_ready_producer_active
// VRPS - value_ready_producer_suspended
//
// A +--- VNRCA --[C]--> VNRCS yield_value()
// | | | A | A | .
Expand Down

0 comments on commit b0e5f76

Please sign in to comment.