diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index f685d6cf5..d4f95285c 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -2514,7 +2514,7 @@ To better understand the mechanics and the necessity behind content-type negotia [source, java] ---- -public Function personFunction {..} +public Function personFunction {..} ---- NOTE: For simplicity, we assume that this is the only handler function in the application (we assume there is no internal pipeline).