Skip to content

Commit

Permalink
Fix the link to basic.consume (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
qrilka committed May 23, 2024
1 parent 713e316 commit 03e05a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amqprs/src/api/channel/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ impl Channel {
Ok(())
}

/// See [AMQP_0-9-1 Reference](https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.ack)
/// See [AMQP_0-9-1 Reference](https://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.consume)
///
/// Returns the consumer tag on success.
///
Expand Down

0 comments on commit 03e05a3

Please sign in to comment.