Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

fix "throttle" docs typo #193

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/rate_limit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ extension RateLimit<T> on Stream<T> {
///
/// For example:
///
/// source.throtte(Duration(seconds: 6));
/// source.throttle(Duration(seconds: 6));
///
/// source: 1-2-3---4-5-6---7-8-|
/// result: 1-------4-------7---|
Expand Down