Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Minor typo fix (#304)
Browse files Browse the repository at this point in the history
Fix spelling in the doc for `splitAfterIndexed`
  • Loading branch information
ebraminio authored Aug 15, 2023
1 parent 1ed009e commit 1a9b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/iterable_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ extension IterableExtension<T> on Iterable<T> {
/// Each element and index is checked using [test]
/// for whether it should end the current chunk.
/// If so, the elements since the previous chunk-ending element,
/// includeing the elemenent that satisfied [test],
/// including the element that satisfied [test],
/// are emitted as a list.
/// Any remaining elements are emitted at the end, whether the last
/// element should be split after or not.
Expand Down

0 comments on commit 1a9b7eb

Please sign in to comment.