Skip to content

Commit 8b52f56

Browse files
Dominik Sandjajagaryrussell
authored andcommitted
Fix two small typos in the documentation
1 parent 465a91b commit 8b52f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3636,8 +3636,8 @@ Also, you can pass in `Supplier<Serializer>` or `Supplier<Deserializer>` instanc
36363636
[[string-serde]]
36373637
===== String serialization
36383638

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

36433643
====

0 commit comments

Comments
 (0)