From 9948fcd65ca98d15f1f0f53b4ddf679e854b8cae Mon Sep 17 00:00:00 2001 From: Eric Bariaux <375613+ebariaux@users.noreply.github.com> Date: Sun, 21 Feb 2021 20:47:59 +0100 Subject: [PATCH] Fixed typo Signed-off-by: Eric Bariaux <375613+ebariaux@users.noreply.github.com> --- amqp-protocol-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amqp-protocol-binding.md b/amqp-protocol-binding.md index 9e5db9650..48c8b0df9 100644 --- a/amqp-protocol-binding.md +++ b/amqp-protocol-binding.md @@ -46,7 +46,7 @@ AMQP 1.0 messages. AMQP-based messaging and eventing infrastructures often provide higher-level programming-level abstractions that do not expose all AMQP protocol elements, or map AMQP protocol elements or names to proprietary constructs. This -specification uses AMQP terminology, and implementers can refer the the +specification uses AMQP terminology, and implementers can refer to the respective infrastructure's AMQP documentation to determine the mapping into a programming-level abstraction.