diff --git a/src/main/java/org/jsoup/nodes/Node.java b/src/main/java/org/jsoup/nodes/Node.java index 56fac8c935..6e370827fc 100644 --- a/src/main/java/org/jsoup/nodes/Node.java +++ b/src/main/java/org/jsoup/nodes/Node.java @@ -66,7 +66,7 @@ public boolean hasParent() { /** * Get an attribute's value by its key. Case insensitive *

- * To get an absolute URL from an attribute that may be a relative URL, prefix the key with abs, + * To get an absolute URL from an attribute that may be a relative URL, prefix the key with abs:, * which is a shortcut to the {@link #absUrl} method. *

* E.g.: