Skip to content

Commit 2c2e1bc

Browse files
committed
typo
1 parent baf43c0 commit 2c2e1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/htmlunit/html/ScriptElementSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private ScriptElementSupport() {
6262
* Support method that is called from the (html or svg) script and the link tag.
6363
*
6464
* @param script the ScriptElement to work for
65-
* @param postponed whether to use {@link org.htmlunit.javascript.PostponedAction} or no
65+
* @param postponed whether to use {@link org.htmlunit.javascript.PostponedAction} or not
6666
*/
6767
public static void onAllChildrenAddedToPage(final ScriptElement script, final boolean postponed) {
6868
final DomElement element = (DomElement) script;

0 commit comments

Comments
 (0)