From 111f76b6a4facb7b79c90b8bf4e6c0fa4eb8ab52 Mon Sep 17 00:00:00 2001 From: Rustom Ichhaporia <45826892+rustom-ichhaporia@users.noreply.github.com> Date: Mon, 10 Aug 2020 23:16:03 -0500 Subject: [PATCH] Small documentation typo fix (#63313) --- packages/flutter/lib/src/painting/text_style.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/painting/text_style.dart b/packages/flutter/lib/src/painting/text_style.dart index 4946c392166..c812fb33a15 100644 --- a/packages/flutter/lib/src/painting/text_style.dart +++ b/packages/flutter/lib/src/painting/text_style.dart @@ -23,7 +23,7 @@ const String _kColorBackgroundWarning = 'Cannot provide both a backgroundColor a // Examples can assume: // BuildContext context; -/// An immutable style in which paint text. +/// An immutable style describing how to format and paint text. /// /// ### Bold ///