From cc5b0a1ad7a4da6361105b70e548eab0f9422d59 Mon Sep 17 00:00:00 2001 From: Bruno Leroux Date: Mon, 22 Jan 2024 08:34:17 +0100 Subject: [PATCH] Fix a typo in ChannelBuffers documentation --- lib/ui/channel_buffers.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/channel_buffers.dart b/lib/ui/channel_buffers.dart index 881d34c39c4af..4c0d16a6c5ffd 100644 --- a/lib/ui/channel_buffers.dart +++ b/lib/ui/channel_buffers.dart @@ -273,7 +273,7 @@ class _Channel { /// size a plugin can send a message using the control channel, /// as described below. /// -/// Size 0 is appropriate for channels where channels sent before +/// Size 0 is appropriate for channels where messages sent before /// the engine and framework are ready should be ignored. For /// example, a plugin that notifies the framework any time a /// radiation sensor detects an ionization event might set its size