Skip to content

Commit 1ff4331

Browse files
committed
Encoder: fix typo
1 parent 82be8ba commit 1ff4331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/Encoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public interface Encoder {
519519
*
520520
* NB: The reference implementation encodes almost everything and may over-encode.
521521
*
522-
* The difficulty with XPath encoding is that XPath has no built in mechanism for escaping
522+
* The difficulty with XPath encoding is that XPath has no built-in mechanism for escaping
523523
* characters. It is possible to use XQuery in a parameterized way to
524524
* prevent injection.
525525
*

0 commit comments

Comments
 (0)