diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2015-02-09 21:40:53 +0200 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2015-02-09 21:40:53 +0200 |
commit | 5276f103c5d4c850226af20f7d6883ed5663ddd6 (patch) | |
tree | d81c9830d00d418d43b9f9e6d55ec2f74b2eba2b /client | |
parent | 2209a832943983e9e62b20c1e5e0bd982704f5e0 (diff) | |
download | vaadin-framework-5276f103c5d4c850226af20f7d6883ed5663ddd6.tar.gz vaadin-framework-5276f103c5d4c850226af20f7d6883ed5663ddd6.zip |
Fix documentation typo
Change-Id: I7ae157f0fa4a352f16adb0634cbc545c14cb34f3
Diffstat (limited to 'client')
-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. * |