Skip to content

Commit 7e5d81b

Browse files
Fix typo in vector docs where bit is not properly highlighted (#133971)
Adds highlighting to `bit` as a possible option for the value of `element_type`.
1 parent edb6690 commit 7e5d81b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/elasticsearch/mapping-reference/dense-vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ The following mapping parameters are accepted:
274274
$$$dense-vector-element-type$$$
275275

276276
`element_type`
277-
: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and bit.
277+
: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and `bit`.
278278

279279
::::{dropdown} Valid values for element_type
280280
`float`

docs/reference/elasticsearch/mapping-reference/rank-vectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The `rank_vectors` field type supports the following parameters:
9090
$$$rank-vectors-element-type$$$
9191

9292
`element_type`
93-
: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and bit.
93+
: (Optional, string) The data type used to encode vectors. The supported data types are `float` (default), `byte`, and `bit`.
9494

9595
::::{dropdown} Valid values for element_type
9696
`float`

0 commit comments

Comments
 (0)