Skip to content

Commit 9d61d73

Browse files
Dominik Sandjajagaryrussell
authored andcommitted
Fix two small typos in the documentation
1 parent 049ab3d commit 9d61d73

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
@@ -3550,8 +3550,8 @@ Also, you can pass in `Supplier<Serializer>` or `Supplier<Deserializer>` instanc
35503550
[[string-serde]]
35513551
===== String serialization
35523552

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

35573557
====

0 commit comments

Comments
 (0)