Skip to content

Commit

Permalink
Remove "PENDING" comment from streams article (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath authored May 1, 2019
1 parent 3752d66 commit 25482fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/_articles/libraries/creating-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ Stream<int> timedCounter(Duration interval, [int maxCount]) async* {
}
{% endprettify %}

**[PENDING: show code that uses it, so we have some context for
the mention of StreamSubscription?]**
{% comment %}
[PENDING: show code that uses it, so we have some context for
the mention of StreamSubscription?]
{% endcomment %}

This function returns a `Stream`.
When that stream is listened to, the body starts running.
Expand Down

0 comments on commit 25482fe

Please sign in to comment.