From d28fa281f5108b2942f5ebe3cb638a44fafdaa84 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Thu, 18 Oct 2018 12:07:37 +0200 Subject: [PATCH] Add comma in doc (#23196) --- packages/flutter/lib/src/material/ink_well.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/material/ink_well.dart b/packages/flutter/lib/src/material/ink_well.dart index 4c6ef4c43f..08d169ba4d 100644 --- a/packages/flutter/lib/src/material/ink_well.dart +++ b/packages/flutter/lib/src/material/ink_well.dart @@ -68,8 +68,8 @@ abstract class InteractiveInkFeature extends InkFeature { } } -/// An encapsulation of an [InteractiveInkFeature] constructor used by [InkWell] -/// [InkResponse] and [ThemeData]. +/// An encapsulation of an [InteractiveInkFeature] constructor used by +/// [InkWell], [InkResponse], and [ThemeData]. /// /// Interactive ink feature implementations should provide a static const /// `splashFactory` value that's an instance of this class. The `splashFactory`