Skip to content

Commit c88a658

Browse files
gonmmarquesgaryrussell
authored andcommitted
Fix typo in amqp.adoc
1 parent c58e86f commit c88a658

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
@@ -3976,7 +3976,7 @@ See <<java-deserialization>> for important information.
39763976
====== Converting To a `Message`
39773977

39783978
When converting to a `Message` from an arbitrary Java Object, the `SimpleMessageConverter` likewise deals with byte arrays, strings, and serializable instances.
3979-
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.
3979+
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.
39803980
If the `Object` to be converted does not match one of those types, the `Message` body is null.
39813981

39823982
[[serializer-message-converter]]

0 commit comments

Comments
 (0)