diff --git a/README.md b/README.md index d216850..ae2238e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Compared to `skim` nucleo does couple simpler (but arguably even more impactful) - + diff --git a/src/lib.rs b/src/lib.rs index fe90032..52a2674 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,10 +49,10 @@ pub struct Item<'a, T> { pub matcher_columns: &'a [Utf32String], } -/// A handle that allow adding new items [`Nucleo`] worker. +/// A handle that allows adding new items to a [`Nucleo`] worker. /// /// It's internally reference counted and can be cheaply cloned -/// and send acsorss tread +/// and sent across threads. pub struct Injector { items: Arc>, notify: Arc<(dyn Fn() + Sync + Send)>,