Skip to content

Commit

Permalink
Merge pull request #2466 from b-zee/doc-fix-timeout-connect-20-10
Browse files Browse the repository at this point in the history
docs(autonomi): fix timeout doc
  • Loading branch information
maqi authored Nov 27, 2024
2 parents 412e7c7 + 7ea26fe commit 6a66987
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 6a66987

Please sign in to comment.