We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c586675 commit 2e8c21fCopy full SHA for 2e8c21f
1 file changed
sysml.library/Kernel Libraries/Kernel Semantic Library/Base.kerml
@@ -31,7 +31,7 @@ standard library package Base {
31
feature self: DataValue redefines Anything::self;
32
}
33
34
- abstract feature things: Anything [0..*] nonunique {
+ abstract feature things: Anything [1..*] nonunique {
35
doc
36
/*
37
* things is the top-level feature in the language.
@@ -87,7 +87,7 @@ standard library package Base {
87
multiplicity zeroToMany [0..*] {
88
89
90
- * oneToMany is a multiplicity range allowing any cardinality of ozero or more
+ * zeroToMany is a multiplicity range allowing any cardinality of zero or more
91
* (that is, no restriction).
92
*/
93
0 commit comments