From: Julien Dramaix Date: Wed, 5 Oct 2011 20:32:02 +0000 (+0000) Subject: fix issue 108 : typo in java doc X-Git-Tag: release-1.3.2~187 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3006b51d1fdb2cd05052ff2e42897f96471db604;p=gwtquery.git fix issue 108 : typo in java doc --- diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java index f7768bb6..9a7f799f 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java @@ -3860,7 +3860,7 @@ public class GQuery implements Lazy { } /** - * Returns the computed left position of the first element matched. + * Returns the computed top position of the first element matched. */ public int top() { return (int) cur("top", true);