Skip to content

Commit

Permalink
Correction to shape of example NdArray
Browse files Browse the repository at this point in the history
  • Loading branch information
jonblower authored Oct 3, 2024
1 parent 0610e4f commit 82b88cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/clause_specification_text.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 82b88cb

Please sign in to comment.