Skip to content

Commit

Permalink
Fix error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthCitizen committed Oct 21, 2015
1 parent b64f02d commit 16d1f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/owasp/encoder/Encode.java
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ public static void forJava(Writer out, String input)
* provide the surrounding quotation characters for the string.
* Since this performs additional encoding so it can work in all
* of the JavaScript contexts listed, it may be slightly less
* efficient then using one of the methods targetted to a specific
* efficient than using one of the methods targetted to a specific
* JavaScript context ({@link #forJavaScriptAttribute(String)},
* {@link #forJavaScriptBlock}, {@link #forJavaScriptSource}).
* Unless you are interested in saving a few bytes of output or
Expand Down

0 comments on commit 16d1f0d

Please sign in to comment.