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.
1 parent ecf4a20 commit 7abf4a5Copy full SHA for 7abf4a5
src/main/java/org/owasp/esapi/Encoder.java
@@ -468,7 +468,7 @@ public interface Encoder {
468
* <p>
469
* The use of a real XML parser is strongly encouraged. However, in the
470
* 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
+ * inclusion in an XML document and cannot use a parser, this method provides
472
* a safe mechanism to do so.
473
*
474
* @see <a href="https://www.w3.org/TR/REC-xml/#charencoding">Character Encoding in Entities</a>
0 commit comments