From abf7454f4bbafb82d113b00ea7ddb58a57788fa9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 1 Nov 2023 15:02:13 +0000 Subject: [PATCH] Fix small typo (#31) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2238e..69d5f3a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Nucleo also handles Unicode graphemes more correctly. `Fzf` and `skim` both oper ## Status -Nucleo is used in the helix-editor and therefore has a large user base with lots or real world testing. The core matcher implementation is considered complete and is unlikely to see major changes. The `nucleo-matcher` crate is finished and ready for widespread use, breaking changes should be very rare (a 1.0 release should not be far away). +Nucleo is used in the helix-editor and therefore has a large user base with lots of real world testing. The core matcher implementation is considered complete and is unlikely to see major changes. The `nucleo-matcher` crate is finished and ready for widespread use, breaking changes should be very rare (a 1.0 release should not be far away). While the high level `nucleo` crate also works well (and is also used in helix), there are still additional features that will be added in the future. The high level crate also need better documentation and will likely see a few API changes in the future.