From 90a6aa805775fa916ca7ad043deb1f653e1a5e71 Mon Sep 17 00:00:00 2001 From: tomek7667 <38402753+tomek7667@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:20:28 +0100 Subject: [PATCH] docs: ddl.rst: Fix formatting of null value note Closes scylladb/scylladb#26853 --- docs/cql/ddl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cql/ddl.rst b/docs/cql/ddl.rst index da90d431f7..0409e5bad1 100644 --- a/docs/cql/ddl.rst +++ b/docs/cql/ddl.rst @@ -629,7 +629,7 @@ Some examples of primary key definition are: key), and ``c`` is the clustering column. -.. note:: A *null* value is not allowed as any partition-key or clustering-key column. A Null value is *not* the same as an empty string. +.. note:: A *null* value is not allowed as any partition-key or clustering-key column. A *null* value is *not* the same as an empty string. .. _partition-key: