Skip to content

Commit

Permalink
Fix two small typos in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Sandjaja authored and garyrussell committed Nov 16, 2020
1 parent 465a91b commit 8b52f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3636,8 +3636,8 @@ Also, you can pass in `Supplier<Serializer>` or `Supplier<Deserializer>` instanc
[[string-serde]]
===== String serialization

Since version 2.5, Spring Kafka provides `ToStringSerializer` and `ParseStringDeserializer` classes that uses String representation of entities.
They rely on methods `toString` and some `Function<String>` or `BiFuntion<String, Headers>` to parse the String and populate properties of an instance.
Since version 2.5, Spring Kafka provides `ToStringSerializer` and `ParseStringDeserializer` classes that use String representation of entities.
They rely on methods `toString` and some `Function<String>` or `BiFunction<String, Headers>` to parse the String and populate properties of an instance.
Usually, this would invoke some static method on the class, such as `parse`:

====
Expand Down

0 comments on commit 8b52f56

Please sign in to comment.