Skip to content

Commit 8381ace

Browse files
Update graph/patterns/operations.md
Co-authored-by: Garrett DeBruin <[email protected]>
1 parent c195dd4 commit 8381ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sometimes when modeling a complex business domain, API designers need to model a
1111
## Solution
1212

1313
To address these use cases, API designers can use operational resources such as functions or actions.
14-
If the operation doesn't have any side effects and MUST return a single instance of a type or a collection of instances, then the designer SHOULD use OData functions; otherwise, the designer can model the operation as an action.
14+
If the operation doesn't have any side effects and MUST return a single instance of a type or a collection of instances, then the designer MUST use OData functions; otherwise, the designer can model the operation as an action.
1515

1616
## When to use this pattern
1717

0 commit comments

Comments
 (0)