Skip to content

Commit 4665eb9

Browse files
committed
change the subsection level for empty matrices and empty arrays
1 parent ba7b0e8 commit 4665eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference-manual/expressions.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The empty expression `[ ]` is ambiguous and therefore is not
301301
allowed and similarly expressions such as `[ [ ] ]` or
302302
`[ [ ], [ ] ]` are not allowed.
303303

304-
#### Empty vectors and matrices {-}
304+
### Empty vectors and matrices {-}
305305

306306
If needed, it is possible to create an empty vector with
307307
```stan
@@ -347,7 +347,7 @@ array[2, 3] int b = { { 1, 2, 3 },
347347
{ 4, 5, 6 } };
348348
```
349349

350-
#### Empty arrays {-}
350+
### Empty arrays {-}
351351

352352
The empty array expression (`{ }`) is not allowed. See more about restrictions on array expressions in subsection [Restrictions on values](#array-expressions).
353353

0 commit comments

Comments
 (0)