Skip to content

Commit acabf36

Browse files
Update vector.adoc
1 parent 5c2d874 commit acabf36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/values-and-types/vector.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ Each number in the list can also be seen as a coordinate along one of the vector
3131
[[valid-values]]
3232
=== Valid values
3333

34-
- A `VECTOR` value must have a dimension and a coordinate type.
34+
- A `VECTOR` value must have a dimension and a coordinate type (see table below for supported coordinate types).
3535
- The dimension of a `VECTOR` value must be larger than `0` and less than or equal to `4096`.
3636
- Vectors cannot contain lists as elements.
37-
- Supported coordinate types are: +
38-
+
37+
38+
.Supported coordinate types
3939
[options="header",cols="2*<m"]
4040
|===
4141
| Default name | Alias

0 commit comments

Comments
 (0)