Merge pull request #238 from bzz/hotfix-docs

Hotfix: typo in docs
This commit is contained in:
Alexander
2019-08-07 18:07:56 +02:00
committed by GitHub

View File

@ -201,7 +201,7 @@ The histogram shows the number of files detected (y-axis) per time interval buck
We found few cases where enry turns slower than linguist due to We found few cases where enry turns slower than linguist due to
Go regexp engine being slower than Ruby's, based on [oniguruma](https://github.com/kkos/oniguruma) library, written in C. Go regexp engine being slower than Ruby's, based on [oniguruma](https://github.com/kkos/oniguruma) library, written in C.
See (instructions)[#faster-regexp-engine-optional] for running enry with oniguruma. See [instructions](#misc) for running enry with oniguruma.
Why Enry? Why Enry?