We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf43c0 commit 2c2e1bcCopy full SHA for 2c2e1bc
src/main/java/org/htmlunit/html/ScriptElementSupport.java
@@ -62,7 +62,7 @@ private ScriptElementSupport() {
62
* Support method that is called from the (html or svg) script and the link tag.
63
*
64
* @param script the ScriptElement to work for
65
- * @param postponed whether to use {@link org.htmlunit.javascript.PostponedAction} or no
+ * @param postponed whether to use {@link org.htmlunit.javascript.PostponedAction} or not
66
*/
67
public static void onAllChildrenAddedToPage(final ScriptElement script, final boolean postponed) {
68
final DomElement element = (DomElement) script;
0 commit comments