Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
livius-ungureanu authored Feb 11, 2020
1 parent 057d30b commit e60a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/com/spingo/op_rabbit/Directives.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{{{
Expand Down

0 comments on commit e60a4b7

Please sign in to comment.