Skip to content

Commit 7b8cc3a

Browse files
committed
update doc
1 parent d701a63 commit 7b8cc3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ In this documentation we call
6565
* A '_complex property_', a property of type `IEntity`. It is also named
6666
a "manyToOne" property and it resolves to a foreign key in the table of the
6767
_class_.
68-
* A '_property of IEntities_', a property of type
69-
`Vector{T} where T <: IEntity`. It is also named a "oneToMany" property and
68+
* A '_property of IEntities_', a property of type
69+
`Vector{T} where T <: IEntity`. It is also named a "oneToMany" property and
7070
it is the counter part of a _complex property_ in another _class_.
7171

7272

0 commit comments

Comments
 (0)