]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix documentation typo
authorJouni Koivuviita <jouni@vaadin.com>
Mon, 9 Feb 2015 19:40:53 +0000 (21:40 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 10 Feb 2015 08:53:18 +0000 (10:53 +0200)
Change-Id: I7ae157f0fa4a352f16adb0634cbc545c14cb34f3

client/src/com/vaadin/client/widgets/Grid.java

index cac8a1d6d378bcd6d492a411453fe9d0ad6dc3ea..71962d695375e7afaddf4cb8a6f44e603737fc6e 100644 (file)
@@ -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.
          *