Skip to content

Commit f1dd244

Browse files
gonmmarquesgaryrussell
authored andcommitted
Fix typo in amqp.adoc
1 parent 27f3e54 commit f1dd244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3937,7 +3937,7 @@ See <<java-deserialization>> for important information.
39373937
====== Converting To a `Message`
39383938

39393939
When converting to a `Message` from an arbitrary Java Object, the `SimpleMessageConverter` likewise deals with byte arrays, strings, and serializable instances.
3940-
It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it ses the content-type property accordingly.
3940+
It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it sets the content-type property accordingly.
39413941
If the `Object` to be converted does not match one of those types, the `Message` body is null.
39423942

39433943
[[serializer-message-converter]]

0 commit comments

Comments
 (0)