Skip to content

Commit 8aae0de

Browse files
committed
Merge pull request #697 from josephfrazier/patch-1
[doc] Fix grammar of utf-8-validate info
2 parents 1aef180 + 826b461 commit 8aae0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ compiler is installed on the host system.
3636
invalid UTF-8 chars, some of these validations could not be done in JavaScript
3737
hence the need for a binary addon. In most cases you will already be
3838
validating the input that you receive for security purposes leading to double
39-
validation. But if you want to be 100% spec conform and fast validation of UTF-8
40-
then this module is a must.
39+
validation. But if you want to be 100% spec-conforming and have fast
40+
validation of UTF-8 then this module is a must.
4141

4242
### Sending and receiving text data
4343

0 commit comments

Comments
 (0)