Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 19, 2024
1 parent a94a47d commit e3d89cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iroh/src/client/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
//! You obtain a [`Client`] via [`Iroh::net()`](crate::client::Iroh::net).
//!
//! The client can be used to get information about the node, such as the
//! [status](Client::status), [node id](Client::node_id) or
//! [node address](Client::node_addr).
//! [node id](Client::node_id) or [node address](Client::node_addr).
//!
//! It can also be used to provide additional information to the node, e.g.
//! using the [add_node_addr](Client::add_node_addr) method.
Expand Down

0 comments on commit e3d89cb

Please sign in to comment.