diff --git a/docs/cql/types.rst b/docs/cql/types.rst index b8b19d0b70..0d616ab491 100644 --- a/docs/cql/types.rst +++ b/docs/cql/types.rst @@ -507,7 +507,7 @@ For example:: CREATE TABLE superheroes ( name frozen PRIMARY KEY, - home address + home frozen
); .. note::