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.
2 parents b64f02d + 16d1f0d commit d6d3e11Copy full SHA for d6d3e11
core/src/main/java/org/owasp/encoder/Encode.java
@@ -913,7 +913,7 @@ public static void forJava(Writer out, String input)
913
* provide the surrounding quotation characters for the string.
914
* Since this performs additional encoding so it can work in all
915
* of the JavaScript contexts listed, it may be slightly less
916
- * efficient then using one of the methods targetted to a specific
+ * efficient than using one of the methods targetted to a specific
917
* JavaScript context ({@link #forJavaScriptAttribute(String)},
918
* {@link #forJavaScriptBlock}, {@link #forJavaScriptSource}).
919
* Unless you are interested in saving a few bytes of output or
0 commit comments