From 46f78c6496eef4b11d332ef4cb9f19a68ee43748 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 12 Nov 2020 12:02:44 +1300 Subject: [PATCH] Fix typo in documentation for FlPlatformPlugin (#22426) --- shell/platform/linux/fl_platform_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/linux/fl_platform_plugin.h b/shell/platform/linux/fl_platform_plugin.h index bff6605b767..72f91ea268f 100644 --- a/shell/platform/linux/fl_platform_plugin.h +++ b/shell/platform/linux/fl_platform_plugin.h @@ -19,7 +19,7 @@ G_DECLARE_FINAL_TYPE(FlPlatformPlugin, * FlPlatformPlugin: * * #FlPlatformPlugin is a plugin that implements the shell side - * of PlatformPlugins.platform from the Flutter services library. + * of SystemChannels.platform from the Flutter services library. */ /**