From 2c3c6b05da88bf666876bac4a15ef2c77707385f Mon Sep 17 00:00:00 2001 From: Ross Llewallyn Date: Fri, 10 Nov 2023 18:00:35 -0500 Subject: [PATCH] Docs typo: comprised -> composed (#137896) This is a simple, common grammar issue. See here: https://en.wikipedia.org/wiki/Comprised_of --- packages/flutter/lib/src/material/color_scheme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/color_scheme.dart b/packages/flutter/lib/src/material/color_scheme.dart index 8b02b0ba85..2ee1d0c083 100644 --- a/packages/flutter/lib/src/material/color_scheme.dart +++ b/packages/flutter/lib/src/material/color_scheme.dart @@ -37,7 +37,7 @@ import 'theme_data.dart'; /// for makers to use at their discretion and are intended to support /// broader color expression in products. /// -/// The remaining colors of the scheme are comprised of neutral colors used for +/// The remaining colors of the scheme are composed of neutral colors used for /// backgrounds and surfaces, as well as specific colors for errors, dividers /// and shadows. ///