Skip to content

Commit ea44246

Browse files
authored
Update graph/patterns/navigation-property.md
1 parent 3031159 commit ea44246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/navigation-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Content-Type: application/json
7474
This navigation property could be described with the following CSDL:
7575
```xml
7676
<EntityType Name="user">
77-
<NavigationProperty Name="manager" Type="user" ContainsTarget="false" >
77+
<NavigationProperty Name="manager" Type="graph.user" ContainsTarget="false" >
7878
</EntityType>
7979
```
8080
`ContainsTarget` is set to false for clarity, this is the default value when the attribute is omitted.

0 commit comments

Comments
 (0)