diff options
-rw-r--r-- | client/src/com/vaadin/client/widgets/Grid.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<T> 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. * |