Skip to content

Commit

Permalink
docs(autonomi): fix timeout doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Nov 27, 2024
1 parent 412e7c7 commit 7ea26fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub enum ConnectError {
impl Client {
/// Connect to the network.
///
/// This will timeout after 20 seconds. (See [`CONNECT_TIMEOUT_SECS`].)
/// This will timeout after [`CONNECT_TIMEOUT_SECS`] secs.
///
/// ```no_run
/// # use autonomi::client::Client;
Expand Down

0 comments on commit 7ea26fe

Please sign in to comment.