Skip to content

Commit 3ded403

Browse files
authored
Fix typo (#4929)
Fixes #4928
1 parent 6d7b463 commit 3ded403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/providers/sql-server/hierarchyid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `HierarchyId` type can be used for properties of an entity type. For example
8686
> [!TIP]
8787
> If desired, `HierarchyId` is suitable for use as a key property type.
8888
89-
In this case, the family tree is rooted with the patriarch of the family. Each halfling can be traced from the patriarch down the tree using its `PathFromPatriarch` property. SQL Server uses a compact binary format for these paths, but it is common to parse to and from a human-readable string representation when when working with code. In this representation, the position at each level is separated by a `/` character. For example, consider the family tree in the diagram below:
89+
In this case, the family tree is rooted with the patriarch of the family. Each halfling can be traced from the patriarch down the tree using its `PathFromPatriarch` property. SQL Server uses a compact binary format for these paths, but it is common to parse to and from a human-readable string representation when working with code. In this representation, the position at each level is separated by a `/` character. For example, consider the family tree in the diagram below:
9090

9191
![Halfling family tree](../../what-is-new/ef-core-8.0/familytree.png)
9292

0 commit comments

Comments
 (0)