From eb4e0b2d45220fc3086070ffe5c37978841afa5a Mon Sep 17 00:00:00 2001 From: Nadav Cohen Date: Sat, 11 Jul 2015 12:32:42 -0700 Subject: [PATCH] Another small typo --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index bb99fcad84..db37cb591e 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -83,7 +83,7 @@ _Optional_. <6> Flag to indicate that channels created by this component will be transactional. -Ff true, tells the framework to use a transactional channel and to end all operations (send or receive) with a commit or rollback depending on the outcome, with an exception signalling a rollback. +If true, tells the framework to use a transactional channel and to end all operations (send or receive) with a commit or rollback depending on the outcome, with an exception signalling a rollback. _Optional (Defaults to false)_.