Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Sep 30, 2024
1 parent e47b875 commit a19eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/model/plugins/InputAdapterPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlin.reflect.full.callSuspend
* and [model.processchain.Argument.dataType]). The function has the following
* signature:
*
* suspend fun myInputAdapter(output: model.processchain.Argument,
* suspend fun myInputAdapter(input: model.processchain.Argument,
* processChain: model.processchain.ProcessChain,
* vertx: io.vertx.core.Vertx): List<model.processchain.Argument>
*
Expand Down

0 comments on commit a19eeda

Please sign in to comment.