Skip to content

Commit

Permalink
GH-957 Fix doc link tyo sample
Browse files Browse the repository at this point in the history
Resolves #957
  • Loading branch information
olegz committed Oct 13, 2023
1 parent 8e9948c commit 7797471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ This is where function arity (functions with multiple inputs and outputs) suppor
comes to play.

Let’s look at an example of such a function (full implementation details are available
https://github.com/spring-cloud/spring-cloud-stream/blob/master/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/function/MultipleInputOutputFunctionTests.java#L342[here]),
https://github.com/spring-cloud/spring-cloud-function/blob/main/spring-cloud-function-context/src/test/java/org/springframework/cloud/function/context/catalog/BeanFactoryAwareFunctionRegistryMultiInOutTests.java[here]),

[source, java]
----
Expand Down

0 comments on commit 7797471

Please sign in to comment.