From 5276f103c5d4c850226af20f7d6883ed5663ddd6 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 9 Feb 2015 21:40:53 +0200 Subject: [PATCH] Fix documentation typo Change-Id: I7ae157f0fa4a352f16adb0634cbc545c14cb34f3 --- client/src/com/vaadin/client/widgets/Grid.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index cac8a1d6d3..71962d6953 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -3084,7 +3084,7 @@ public class Grid extends ResizeComposite implements public abstract C getValue(T row); /** - * The renderer to render the cell width. By default renders the data as + * The renderer to render the cell with. By default renders the data as * a String or adds the widget into the cell if the column type is of * widget type. * -- 2.39.5