From f7bfd54934a91ed2bc141aabf23fe509a6b892c7 Mon Sep 17 00:00:00 2001 From: Brandon <4008993+brandon-irl@users.noreply.github.com> Date: Mon, 3 Jun 2019 13:25:21 -0400 Subject: [PATCH] fix GridView documentation (#33442) --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 45d18578cb..2ab40d53b9 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -1525,7 +1525,7 @@ class GridView extends BoxScrollView { /// A delegate that controls the layout of the children within the [GridView]. /// - /// The [GridView] and [GridView.custom] constructors let you specify this + /// The [GridView], [GridView.builder], and [GridView.custom] constructors let you specify this /// delegate explicitly. The other constructors create a [gridDelegate] /// implicitly. final SliverGridDelegate gridDelegate;