| commit | 82db7f19e74873e8bfb9fb378775f1756fe27730 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Thu Feb 13 11:19:25 2020 -0800 |
| committer | GitHub <noreply@github.com> | Thu Feb 13 11:19:25 2020 -0800 |
| tree | 0229ea2d4f011a1b8deb7b2011ca94a264b988b4 | |
| parent | 58e0f742c287a03aff27fb9882f04888c83affcc [diff] |
Fix the description of debounce (dart-lang/stream_transform#101) It is the most recent, or "last" event in a series that is emitted. See discussion in dart-lang/stream_transform#100 Change the word "period" to "series of closely spaced events" since there is no fixed length of time.