diff --git a/lib/src/core/response_context.dart b/lib/src/core/response_context.dart index e7806b06..9c0dd52f 100644 --- a/lib/src/core/response_context.dart +++ b/lib/src/core/response_context.dart @@ -80,7 +80,7 @@ abstract class ResponseContext } /// Returns `true` if the response is still available for processing by Angel. - /// + /// /// If it is `false`, then Angel will stop executing handlers, and will only run /// response finalizers if the response [isBuffered]. bool get isOpen;