We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e7402 commit f3104e8Copy full SHA for f3104e8
pkgs/collection/lib/src/iterable_extensions.dart
@@ -16,7 +16,7 @@ import 'utils.dart';
16
///
17
/// More specialized extension methods that only apply to
18
/// iterables with specific element types include those of
19
-/// [IterableComparableExtension] and [IterableNullableExtension].
+/// [IterableComparableExtension].
20
extension IterableExtension<T> on Iterable<T> {
21
/// Selects [count] elements at random from this iterable.
22
0 commit comments