Skip to content

Commit

Permalink
Update lib.rs (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
slekup authored May 24, 2024
1 parent a82a249 commit 6df3cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ results live while the user is typing while never blocking the main UI thread
(beyond a user provided timeout). Nucleo also supports fully concurrent lock-free
(and wait-free) streaming of input items.
The [`Nucleo`] struct servers as the main API entrypoint for this crate.
The [`Nucleo`] struct serves as the main API entrypoint for this crate.
# Status
Expand Down

0 comments on commit 6df3cd0

Please sign in to comment.