Skip to content

Commit

Permalink
Fix get_stream_no_info docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Sep 4, 2024
1 parent 8726093 commit 94a7b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/jetstream/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ impl Context {
/// let client = async_nats::connect("localhost:4222").await?;
/// let jetstream = async_nats::jetstream::new(client);
///
/// let stream = jetstream.get_stream("events").await?;
/// let stream = jetstream.get_stream_no_info("events").await?;
/// # Ok(())
/// # }
/// ```
Expand Down

0 comments on commit 94a7b20

Please sign in to comment.