Skip to content

Commit 400d7ca

Browse files
OlgaPododkershaw10
andauthored
Update graph/patterns/enums.md
Co-authored-by: Dan Kershaw [MSFT] <[email protected]>
1 parent 076732d commit 400d7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ With such enum, customers can select multiple values in a single field:
130130

131131
`displayMethod = tip | alert`
132132

133-
In cases where two properties want to use the same *conceptual* `EnumType`, but one property is a collection while the other is single-values, the model should have *two* duplicate `EnumType`s, marking one as a flags enum and making its name the plural form of the non-flags enum.
133+
In cases where two properties want to use the same *conceptual* `EnumType`, but one property is a collection while the other is single-values, the model should define *two* separate `EnumType`s, one being a non-flags enum with a singular name and the other marked as a flags enum with its name being the plural form of the non-flags enum.

0 commit comments

Comments
 (0)