mirror of
https://github.com/solaeus/nucleo.git
synced 2024-12-22 01:47:49 +00:00
fix typos in documentation (#27)
This commit is contained in:
parent
8992c5c787
commit
89e32f915e
@ -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<T> {
|
||||
items: Arc<boxcar::Vec<T>>,
|
||||
notify: Arc<(dyn Fn() + Sync + Send)>,
|
||||
|
Loading…
Reference in New Issue
Block a user