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 1386486 commit 399a44fCopy full SHA for 399a44f
1 file changed
src/main/java/org/htmlunit/javascript/host/dom/Document.java
@@ -164,7 +164,7 @@ public class Document extends Node {
164
private static final Log LOG = LogFactory.getLog(Document.class);
165
166
/**
167
- * see <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla#Executing_Commands">
+ * See <a href="https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla#Executing_Commands">
168
* Executing Commands</a>
169
*/
170
private static final Set<String> EXECUTE_CMDS_FF = new HashSet<>();
0 commit comments