Skip to content

Commit

Permalink
cargo spell check error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathy-bajo committed Sep 15, 2024
1 parent 4f8c220 commit af07465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/src/io/sync_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ use tokio::io::{
///
/// `SyncIoBridge` is not ideal when parsing data formats such as `JSON`, as it
/// blocks async operations. A more efficient approach is to read data asynchronously
/// into memory and then `deserialize` it, avoding unnecessary synchronization overhead.
/// into memory and then `deserialize` it, avoiding unnecessary synchronization overhead.
///
/// ```rust,no_run
/// use tokio::io::AsyncRead;
Expand Down

0 comments on commit af07465

Please sign in to comment.