summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Scarr <adam@vektah.net>2017-08-10 22:30:58 +1000
committerGitHub <noreply@github.com>2017-08-10 22:30:58 +1000
commit382f7b63be99ad9578663041f746e1b8f6e6071b (patch)
treeabf8f893a8fd3cfe50227e99b4b7b5204b666426
parent79d2c5e1c9ffefc47401a120605010954bf6a2db (diff)
Update readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 87b0f16..36e81e5 100644
--- a/readme.md
+++ b/readme.md
@@ -3,7 +3,7 @@ goparsify [![CircleCI](https://circleci.com/gh/Vektah/goparsify/tree/master.svg?
A parser-combinator library for building easy to test, read and maintain parsers using functional composition.
-Everything should be unicode safe by default, but you can opt out of unicode whitespace for a decent ~%20 performance boost.
+Everything should be unicode safe by default, but you can opt out of unicode whitespace for a decent ~20% performance boost.
```go
Run(parser, input, ASCIIWhitespace)
```