diff --git a/reference/amqp/amqpchannel/construct.xml b/reference/amqp/amqpchannel/construct.xml index 822ff83383..7df411b870 100644 --- a/reference/amqp/amqpchannel/construct.xml +++ b/reference/amqp/amqpchannel/construct.xml @@ -4,7 +4,7 @@ AMQPChannel::__construct - Create an instance of an AMQPQueue object + Create an instance of an AMQPChannel object diff --git a/reference/amqp/amqpchannel/starttransaction.xml b/reference/amqp/amqpchannel/starttransaction.xml index f3e17d016d..1b68bf545c 100644 --- a/reference/amqp/amqpchannel/starttransaction.xml +++ b/reference/amqp/amqpchannel/starttransaction.xml @@ -14,7 +14,7 @@ - Commit an existing transaction. This method must be called on the given channel prior to calling AMQPChannel::commitTransaction or AMQPChannel::rollbackTransaction. + Start a transaction. This method must be called on the given channel prior to calling AMQPChannel::commitTransaction or AMQPChannel::rollbackTransaction.