Skip to content

Commit

Permalink
doc(fix typo): add a missing word. (#342)
Browse files Browse the repository at this point in the history
It aint much.
But that's honest work.
  • Loading branch information
pipelight authored Sep 17, 2024
1 parent aac16a0 commit 6e64af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! relatively simple: clients and servers open *channels*, which are
//! just integers used to handle multiple requests in parallel in a
//! single connection. Once a client has obtained a `ChannelId` by
//! calling one the many `channel_open_…` methods of
//! calling one of the many `channel_open_…` methods of
//! `client::Connection`, the client may send exec requests and data
//! to the server.
//!
Expand Down

0 comments on commit 6e64af1

Please sign in to comment.