From 7ef38919b8c8c877bc997b4eb1a800125e4ad9e2 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 9 Oct 2018 13:15:43 -0400 Subject: [PATCH] More doc polish for previous commit Failed to save file :( --- src/reference/asciidoc/functions-support.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/functions-support.adoc b/src/reference/asciidoc/functions-support.adoc index b210700113..445c0a43a3 100644 --- a/src/reference/asciidoc/functions-support.adoc +++ b/src/reference/asciidoc/functions-support.adoc @@ -114,7 +114,7 @@ This function support is useful when used together with the https://cloud.spring [[kotlin-functions-support]] ==== Kotlin Lambdas -The Framework also has been improved to support Kotlin lambdas for functions, so now you can get a gain from combination of Kotlin language and Spring Integration flow definitions: +The Framework also has been improved to support Kotlin lambdas for functions so now you can use a combination of the Kotlin language and Spring Integration flow definitions: ==== [source, java]