Skip to content

Commit 46214a6

Browse files
gh-81: Fix specification section 4.4.1.
1 parent 8c56860 commit 46214a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SPECIFICATION.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
368368
`TNS` literals MUST be enclosed in square brackets (`[` and `]`). Each pair of matching brackets MUST introduce a dimension, and nested brackets MUST form a rectangular shape where all sublists at a given depth have the same length. A `TNS` literal that mixes sub-brackets of differing lengths MUST raise a syntax error.
369369
370-
Expressions inside a `TNS` literal MAY evaluate to `INT`, `FLT`, `STR`, or `TNS`. If an element evaluates to a `TNS` value, it MUST occupy a single position and MUST NOT contribute additional dimensions to the shape.
370+
If an element evaluates to a `TNS` value, it MUST occupy a single position and MUST NOT contribute additional dimensions to the shape.
371371
372372
---
373373

0 commit comments

Comments
 (0)