From e60a4b73423783d9b36d253fbf30650b8ca14549 Mon Sep 17 00:00:00 2001 From: livius-ungureanu <31243250+livius-ungureanu@users.noreply.github.com> Date: Tue, 11 Feb 2020 14:24:41 +0200 Subject: [PATCH] fixed comment --- core/src/main/scala/com/spingo/op_rabbit/Directives.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/com/spingo/op_rabbit/Directives.scala b/core/src/main/scala/com/spingo/op_rabbit/Directives.scala index c52e4a2..272ef37 100644 --- a/core/src/main/scala/com/spingo/op_rabbit/Directives.scala +++ b/core/src/main/scala/com/spingo/op_rabbit/Directives.scala @@ -183,7 +183,7 @@ trait Directives { /** Extract the message body as a Either. Uses a [[com.spingo.op_rabbit.RabbitUnmarshaller RabbitUnmarshaller]] to deserialize. In case the body cannot be unmarshalled, the exception is present in the Left of the Either. - In this way the client code can have the unmarshalling error reason. + In this way the client code can know the unmarshalling error reason. Example: {{{