Skip to content

Commit

Permalink
Clarify abs: prefix in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Nov 11, 2023
1 parent 018bddd commit 3d60c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/nodes/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public boolean hasParent() {
/**
* Get an attribute's value by its key. <b>Case insensitive</b>
* <p>
* To get an absolute URL from an attribute that may be a relative URL, prefix the key with <code><b>abs</b></code>,
* To get an absolute URL from an attribute that may be a relative URL, prefix the key with <code><b>abs:</b></code>,
* which is a shortcut to the {@link #absUrl} method.
* </p>
* E.g.:
Expand Down

0 comments on commit 3d60c06

Please sign in to comment.