Fix typo in SAI index documentation

This commit is contained in:
0xbad0c0d3 2026-01-28 10:13:10 +02:00 committed by Patrick McFadin
parent 1722270946
commit aec3d90ce4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ include::cassandra:partial$sai/support-databases.adoc[]
Creates a Storage-Attached Indexing (SAI) index.
You can create multiple secondary indexes on the same database table, with each SAI index based on any column in the table.
All column date types except the following are supported for SAI indexes:
All column data types except the following are supported for SAI indexes:
* `counter`
* geospatial types: `PointType`, `LineStringType`, `PolygonType`