Skip to content

Commit d6d3e11

Browse files
authored
Merge pull request #4 from EarthCitizen/patch-1
Fix error in comment
2 parents b64f02d + 16d1f0d commit d6d3e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/owasp/encoder/Encode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ public static void forJava(Writer out, String input)
913913
* provide the surrounding quotation characters for the string.
914914
* Since this performs additional encoding so it can work in all
915915
* of the JavaScript contexts listed, it may be slightly less
916-
* efficient then using one of the methods targetted to a specific
916+
* efficient than using one of the methods targetted to a specific
917917
* JavaScript context ({@link #forJavaScriptAttribute(String)},
918918
* {@link #forJavaScriptBlock}, {@link #forJavaScriptSource}).
919919
* Unless you are interested in saving a few bytes of output or

0 commit comments

Comments
 (0)