Skip to content

Commit 3f0a9aa

Browse files
authored
Fix missing bullet point in array doc.
1 parent c828c4e commit 3f0a9aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Array format family stores a sequence of elements in 1, 3, or 5 bytes of extra b
333333
* XXXX is a 4-bit unsigned integer which represents N
334334
* YYYYYYYY_YYYYYYYY is a 16-bit big-endian unsigned integer which represents N
335335
* ZZZZZZZZ_ZZZZZZZZ_ZZZZZZZZ_ZZZZZZZZ is a 32-bit big-endian unsigned integer which represents N
336-
N is the size of a array
336+
* N is the size of an array
337337

338338
### map format family
339339

0 commit comments

Comments
 (0)