aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoris S <91723853+loris-s-sonarsource@users.noreply.github.com>2022-04-15 15:57:10 +0200
committerGitHub <noreply@github.com>2022-04-15 15:57:10 +0200
commitc6e9f40037137cad5f6c2c480a0f14f1d5188145 (patch)
tree5e8c3dfcae7a4e016b4762182b930e39497b3efb
parenta4f3d3920e2250708049063750c9ec72cbfdae35 (diff)
downloadjava-encoder-c6e9f40037137cad5f6c2c480a0f14f1d5188145.tar.gz
Tiny typo Fix
-rw-r--r--core/src/main/java/org/owasp/encoder/EncodedWriter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/owasp/encoder/EncodedWriter.java b/core/src/main/java/org/owasp/encoder/EncodedWriter.java
index 36b884c..8a233a7 100644
--- a/core/src/main/java/org/owasp/encoder/EncodedWriter.java
+++ b/core/src/main/java/org/owasp/encoder/EncodedWriter.java
@@ -39,7 +39,7 @@ import java.nio.CharBuffer;
import java.nio.charset.CoderResult;
/**
- * EncodedWriter -- A writer the encodes all input for a specific context and writes the encoded output to another writer.
+ * EncodedWriter -- A writer that encodes all input for a specific context and writes the encoded output to another writer.
*
* @author Jeff Ichnowski
*/