Skip to content

Commit 0145358

Browse files
authored
Fix the extra UBJSON optimized header field
1 parent 5b16687 commit 0145358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JData_specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The binary JData grammar is identical to the UBJSON grammar defined in the
223223
2. JData uses IEEE 754 binary form to store +/-Infinity, instead of converting to [Z], and
224224
3. optimized array container header was extended to support N-dimensional dense arrays:
225225
```
226-
[[] [$] [type] [#] [[] [$] [nx type] [#] [ndim type] [ndim] [nx ny nz ...] [nx*ny*nz*...*sizeof(type)]
226+
[[] [$] [type] [#] [[] [$] [nx type] [#] [ndim] [nx ny nz ...] [nx*ny*nz*...*sizeof(type)]
227227
```
228228
or
229229
```

0 commit comments

Comments
 (0)