diff --git a/reference/amqp/amqpqueue/nack.xml b/reference/amqp/amqpqueue/nack.xml
index cec9c55174..8bd99cb115 100644
--- a/reference/amqp/amqpqueue/nack.xml
+++ b/reference/amqp/amqpqueue/nack.xml
@@ -15,7 +15,7 @@
stringflagsAMQP_NOPARAM
- Mark the message identified by delivery_tab as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by AMQPQueue::consume and AMQPQueue::get and using the AMQP_AUTOACK flag are not eligible.
+ Mark the message identified by delivery_tag as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by AMQPQueue::consume and AMQPQueue::get and using the AMQP_AUTOACK flag are not eligible.
When called, the broker will immediately put the message back onto the queue, instead of waiting until the connection is closed.