From abe3befc47ae38aeae732cdf1b669e275e06949e Mon Sep 17 00:00:00 2001 From: alestiago Date: Mon, 24 Jan 2022 12:15:14 +0000 Subject: [PATCH] Included missing slash in doc comment --- packages/bloc/lib/src/emitter.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bloc/lib/src/emitter.dart b/packages/bloc/lib/src/emitter.dart index 0efdf53d83a..74a0a634107 100644 --- a/packages/bloc/lib/src/emitter.dart +++ b/packages/bloc/lib/src/emitter.dart @@ -31,7 +31,7 @@ abstract class Emitter { void Function(Object error, StackTrace stackTrace)? onError, }); - // Subscribes to the provided [stream] and invokes the [onData] callback + /// Subscribes to the provided [stream] and invokes the [onData] callback /// when the [stream] emits new data and the result of [onData] is emitted. /// /// [forEach] completes when the event handler is cancelled or when