Skip to content

Commit 2a393ae

Browse files
authored
Update nservicebus/messaging/messages-events-commands.md
1 parent 9d779b0 commit 2a393ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nservicebus/messaging/messages-events-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are checks in place to ensure best practices are followed. Violations of t
4949

5050
Messages should:
5151

52-
* Be simple [POCO](https://en.wikipedia.org/wiki/Plain_old_CLR_object) types and can be of type `class`, `struct`, or `record`.
52+
* Be simple [POCOs](https://en.wikipedia.org/wiki/Plain_old_CLR_object) of type `class`, `struct`, or `record`.
5353
* Be as small as possible
5454
* Satisfy the [Single Responsibility Principle](https://en.wikipedia.org/wiki/Single_responsibility_principle)
5555
* Favor simplicity and redundancy over object-oriented practices like inheritance

0 commit comments

Comments
 (0)