Skip to content

Commit c036147

Browse files
Update graph/GuidelinesGraph.md
Co-authored-by: Dan Kershaw [MSFT] <[email protected]>
1 parent 42f1626 commit c036147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ In OData, enums represent a subset of the nominal type they rely on, and are esp
339339

340340
#### Enum or Booleans
341341

342-
Enumerations are a good alternative to booleans when one of the two values (`true`, `false`) conveyes other possible values not yet conceived. Let's assume we have an `Error` type and a property to communicate how to display it:
342+
Enumerations are a good alternative to Booleans when one of the two values (`true`, `false`) conveys other possible values not yet conceived. Let's assume we have an `Error` type and a property to communicate how to display it:
343343

344344
```xml
345345
<ComplexType Name="Error">

0 commit comments

Comments
 (0)