summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-09 20:01:26 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-09 20:01:26 -0500
commitdb27a338271b5756c821c12371086d10e95ae35b (patch)
tree55e07028d1082622a648497074184e39101e7714 /README.md
parent083fb737901f1942e45d90301a7707e1eb79b939 (diff)
remove redundant words
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4e9b1a6..f57b0d7d 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,6 @@ give you a glimpse at some important downsides or missing features of
* If you need to search files with text encodings other than UTF-8 (like
UTF-16), then `ripgrep` won't work. `ripgrep` will still work on ASCII
compatible encodings like latin1 or otherwise partially valid UTF-8.
- `ripgrep` may grow support for additional text encodings over time.
`ripgrep` *can* search for arbitrary bytes though, which might work in
a pinch. (Likely to be supported in the future.)
* `ripgrep` doesn't yet support searching compressed files. (Likely to be