Skip to content

Commit 640a530

Browse files
authored
Fix long line.
1 parent 4898814 commit 640a530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/collection/lib/src/iterable_extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extension IterableExtension<T> on Iterable<T> {
9696
{bool before = false, bool after = false}) =>
9797
_SeparatedIterable<T>(this, separator, before, after);
9898

99-
/// Creates new list with the elements of this iterable separated by [separator].
99+
/// Creates list with the elements of this iterable separated by [separator].
100100
///
101101
/// Returns a new list which contains the same elements as this iterable,
102102
/// with a [separator] between any two of those elements.

0 commit comments

Comments
 (0)