From 6b988fddd02011d91cff4a16c2b82bb0f3f3c2fc Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Wed, 16 Jul 2014 15:36:58 -0500 Subject: [PATCH] Ninja: fix grammar for tuple type in CQL docs Follow up for CASSANDRA-7527 --- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 2d45cf1d03..225491aee6 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -923,7 +923,7 @@ bc(syntax).. ::= list '<' '>' | set '<' '>' | map '<' ',' '>' - ::= tuple '<' (',' )* '>' + ::= tuple '<' (',' )* '>' p. Note that the native types are keywords and as such are case-insensitive. They are however not reserved ones. p. The following table gives additional informations on the native data types, and on which kind of "constants":#constants each type supports: