Skip to content

Commit 778d692

Browse files
authored
Update array.yaml
1 parent e2a1235 commit 778d692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkml_model/model/schema/array.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)