Skip to content

Commit f9c8559

Browse files
Merge pull request #220987 from Venkateshdodda-MSFT/patch-19
(AzureCXP) fixes MicrosoftDocs/azure-docs#102488
2 parents d91eafd + 553cbd0 commit f9c8559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The order of parameters in the function signature doesn't matter. For example, y
100100

101101
### Output bindings
102102

103-
A function can have zero or one output bindings defined by using output parameters.
103+
A function can have zero or multiple output bindings defined by using output parameters.
104104

105105
The following example modifies the preceding one by adding an output queue binding named `myQueueItemCopy`. The function writes the contents of the message that triggers the function to a new message in a different queue.
106106

0 commit comments

Comments
 (0)