Skip to content

Commit e25efab

Browse files
committed
Codespell inspired spelling fixes
1 parent 33e7281 commit e25efab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkml_model/model/schema/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ slots:
10321032
description: the refinement of a slot in the context of the containing class definition.
10331033
comments:
10341034
- >-
1035-
Many slots may be re-used across different classes, but the meaning of the slot may be refined by context.
1035+
Many slots may be reused across different classes, but the meaning of the slot may be refined by context.
10361036
For example, a generic association model may use slots subject/predicate/object with generic semantics and
10371037
minimal constraints. When this is subclasses, e.g. to disease-phenotype associations then slot usage may
10381038
specify both local naming (e.g. subject=disease) and local constraints
@@ -2159,7 +2159,7 @@ slots:
21592159
expansion.
21602160
21612161
Implementations of frameworks may choose to use this property to either (a) PARSE: implement automated normalizations
2162-
by parsing denormalized strings into complex objects (b) GENERARE: implement automated to_string labeling of
2162+
by parsing denormalized strings into complex objects (b) GENERATE: implement automated to_string labeling of
21632163
complex objects
21642164
21652165
For example, a Measurement class may have 3 fields: unit, value, and string_value. The string_value slot

0 commit comments

Comments
 (0)