Skip to content

Commit 3a87059

Browse files
authored
fix "throttle" docs typo (dart-archive/stream_transform#193)
1 parent bc01cd9 commit 3a87059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/stream_transform/lib/src/rate_limit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extension RateLimit<T> on Stream<T> {
105105
///
106106
/// For example:
107107
///
108-
/// source.throtte(Duration(seconds: 6));
108+
/// source.throttle(Duration(seconds: 6));
109109
///
110110
/// source: 1-2-3---4-5-6---7-8-|
111111
/// result: 1-------4-------7---|

0 commit comments

Comments
 (0)