We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d701a63 commit 7b8cc3aCopy full SHA for 7b8cc3a
1 file changed
docs/src/getting-started.md
@@ -65,8 +65,8 @@ In this documentation we call
65
* A '_complex property_', a property of type `IEntity`. It is also named
66
a "manyToOne" property and it resolves to a foreign key in the table of the
67
_class_.
68
- * A '_property of IEntities_', a property of type
69
- `Vector{T} where T <: IEntity`. It is also named a "oneToMany" property and
+ * A '_property of IEntities_', a property of type
+`Vector{T} where T <: IEntity`. It is also named a "oneToMany" property and
70
it is the counter part of a _complex property_ in another _class_.
71
72
0 commit comments