ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 271 forks source link

fix example on README #712

Closed wurikiji closed 1 year ago

wurikiji commented 1 year ago

The default behavior of the throttle and throttleTime is to emit the leading item of the time window. The implementation is correct, but the example of the README needs to be corrected. The example should print 1, not 3.