diff --git a/standard/clause_specification_text.adoc b/standard/clause_specification_text.adoc index 9c348fa259..64df1b4ee5 100644 --- a/standard/clause_specification_text.adoc +++ b/standard/clause_specification_text.adoc @@ -669,7 +669,7 @@ Example: { "type": "NdArray", "dataType": "float", - "shape": [4, 2], + "shape": [2, 4], "axisNames": ["y", "x"], "values": [ 12.3, 12.5, 11.5, 23.1,