Skip to content

Commit 7abf4a5

Browse files
committed
Fix typo. s/parse/parser/
1 parent ecf4a20 commit 7abf4a5

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
@@ -468,7 +468,7 @@ public interface Encoder {
468468
* <p>
469469
* The use of a real XML parser is strongly encouraged. However, in the
470470
* hopefully rare case that you need to make sure that data is safe for
471-
* inclusion in an XML document and cannot use a parse, this method provides
471+
* inclusion in an XML document and cannot use a parser, this method provides
472472
* a safe mechanism to do so.
473473
*
474474
* @see <a href="https://www.w3.org/TR/REC-xml/#charencoding">Character Encoding in Entities</a>

0 commit comments

Comments
 (0)