File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
linkml_model/model/schema Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,14 +264,14 @@ enums:
264264 COLUMN_MAJOR_ARRAY_ORDER :
265265 meaning : gom:columnMajorArray
266266 description : >-
267- An array layout option in which the elements in each row are stored in consecutive positions,
267+ An array layout option in which the elements in each column is stored in consecutive positions,
268268 or any generalization thereof to dimensionality greater than 2
269269 aliases :
270270 - F order
271271 ROW_MAJOR_ARRAY_ORDER :
272272 meaning : gom:rowMajorArray
273273 description : >-
274- An array layout option in which the elements in each row are stored in consecutive positions,
274+ An array layout option in which the elements in each row is stored in consecutive positions,
275275 or any generalization thereof to dimensionality greater than 2
276276 aliases :
277277 - C order
You can’t perform that action at this time.
0 commit comments