From 964fab0205379b6bad7c1cbeb9fb99a90e9697d1 Mon Sep 17 00:00:00 2001 From: Raouf Rahiche <37366956+Rahiche@users.noreply.github.com> Date: Wed, 13 Feb 2019 00:54:50 +0100 Subject: [PATCH] fix small typo (#27659) just a small typo the word "the constraints" is duplicated --- packages/flutter/lib/src/rendering/flow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/rendering/flow.dart b/packages/flutter/lib/src/rendering/flow.dart index 24a5cdcb0d5..d0355718f89 100644 --- a/packages/flutter/lib/src/rendering/flow.dart +++ b/packages/flutter/lib/src/rendering/flow.dart @@ -75,7 +75,7 @@ abstract class FlowDelegate { /// Override to control the layout constraints given to each child. /// /// By default, the children will receive the given constraints, which are the - /// constrains the constraints used to size the container. The children need + /// constraints used to size the container. The children need /// not respect the given constraints, but they are required to respect the /// returned constraints. For example, the incoming constraints might require /// the container to have a width of exactly 100.0 and a height of exactly