Skip to content

Commit bc7b62a

Browse files
authored
Merge pull request #184969 from raorugan/demo-0112
Updated "For complete example" sentence
2 parents 716e922 + 78e1785 commit bc7b62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-rabbitmq-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The default message type is [RabbitMQ Event](https://rabbitmq.github.io/rabbitmq
231231
* `An object serializable as JSON` - The message is delivered as a valid JSON string.
232232
* `string`
233233
* `byte[]`
234-
* `POCO` - The message is formatted as a C# object. For a complete example, see C# [example](#example).
234+
* `POCO` - The message is formatted as a C# object. For complete code, see C# [example](#example).
235235

236236
# [C# Script](#tab/csharp-script)
237237

0 commit comments

Comments
 (0)