From b72dca37f3052cb562948d3bf661beb3f1cd83fc Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 11 Sep 2020 12:00:02 -0700 Subject: [PATCH] Fix erroneous dartdoc @tool directive. (flutter/engine#21109) --- engine/src/flutter/lib/ui/text.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/lib/ui/text.dart b/engine/src/flutter/lib/ui/text.dart index 411e2054d52..8a03b68c68f 100644 --- a/engine/src/flutter/lib/ui/text.dart +++ b/engine/src/flutter/lib/ui/text.dart @@ -106,7 +106,7 @@ class FontWeight { /// A feature tag and value that affect the selection of glyphs in a font. /// -/// {@tool sample} +/// {@tool sample --template=freeform} /// /// This example shows usage of several OpenType font features, including /// Small Caps (smcp), old-style figures, fractional ligatures and stylistic