Skip to content

Commit eb5aae1

Browse files
committed
docs(FlattenStrategy)
1 parent 0d1c56a commit eb5aae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/loader_bloc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'utils.dart';
1313

1414
// ignore_for_file: close_sinks
1515

16-
/// Defines which flatMap behavior should be applied whenever a new values is emitted.
16+
/// Describes how a stream of inner streams should be flattened into a stream of values.
1717
enum FlattenStrategy {
1818
/// uses [FlatMapExtension.flatMap].
1919
merge,

0 commit comments

Comments
 (0)