Skip to content

Commit

Permalink
Fix example in src/options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed Dec 10, 2021
1 parent 7d219f3 commit 26950ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ impl Options {
/// # Example
/// ```
/// # fn main() -> std::io::Result<()> {
/// let nc = nats::asynk::Options::new()
/// let nc = nats::Options::new()
/// .retry_on_failed_connect()
/// .connect("demo.nats.io")?;
/// # Ok(())
Expand Down

0 comments on commit 26950ce

Please sign in to comment.