Skip to content

Commit 82b88cb

Browse files
authored
Correction to shape of example NdArray
1 parent 0610e4f commit 82b88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/clause_specification_text.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Example:
669669
{
670670
"type": "NdArray",
671671
"dataType": "float",
672-
"shape": [4, 2],
672+
"shape": [2, 4],
673673
"axisNames": ["y", "x"],
674674
"values": [
675675
12.3, 12.5, 11.5, 23.1,

0 commit comments

Comments
 (0)