Skip to content

Commit f3104e8

Browse files
committed
One doc.
1 parent 13e7402 commit f3104e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkgs/collection/lib/src/iterable_extensions.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import 'utils.dart';
1616
///
1717
/// More specialized extension methods that only apply to
1818
/// iterables with specific element types include those of
19-
/// [IterableComparableExtension] and [IterableNullableExtension].
19+
/// [IterableComparableExtension].
2020
extension IterableExtension<T> on Iterable<T> {
2121
/// Selects [count] elements at random from this iterable.
2222
///

0 commit comments

Comments
 (0)