From 76c0c52ea9223262ea0b29fd1e4be0d6f69f3154 Mon Sep 17 00:00:00 2001 From: ShiroOnigami23 Date: Mon, 20 Apr 2026 02:13:57 +0530 Subject: [PATCH] doc: fix cast function grammar typo --- doc/modules/cassandra/pages/developing/cql/functions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/developing/cql/functions.adoc b/doc/modules/cassandra/pages/developing/cql/functions.adoc index cb3e28b220e4..28fc55f6eac3 100644 --- a/doc/modules/cassandra/pages/developing/cql/functions.adoc +++ b/doc/modules/cassandra/pages/developing/cql/functions.adoc @@ -32,7 +32,7 @@ include::cassandra:example$BNF/function.bnf[] ==== Cast -The `cast` function can be used to converts one native datatype to +The `cast` function can be used to convert one native datatype to another. The following table describes the conversions supported by the `cast`