Skip to content

Commit

Permalink
Fix docs struct reference
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Oct 15, 2024
1 parent 70be022 commit f81caf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/jetstream/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl<I> Stream<I> {
}
}

/// Retrieves [[stream::Info]] from the server and returns a [[futures::Stream]] that allows
/// Retrieves [[Info]] from the server and returns a [[futures::Stream]] that allows
/// iterating over all subjects in the stream fetched via paged API.
///
/// # Examples
Expand Down

0 comments on commit f81caf2

Please sign in to comment.