Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 d2ae187c7 -> 85014dfb6
Ninja: fix grammar for tuple type in CQL docs Follow up for CASSANDRA-7527 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6b988fdd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6b988fdd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6b988fdd Branch: refs/heads/cassandra-2.1 Commit: 6b988fddd02011d91cff4a16c2b82bb0f3f3c2fc Parents: 88e0571 Author: Tyler Hobbs <[email protected]> Authored: Wed Jul 16 15:36:58 2014 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Wed Jul 16 15:36:58 2014 -0500 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6b988fdd/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 2d45cf1..225491a 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -923,7 +923,7 @@ bc(syntax).. <collection-type> ::= list '<' <native-type> '>' | set '<' <native-type> '>' | map '<' <native-type> ',' <native-type> '>' -<tuple-type> ::= tuple '<' <native-type> (',' <native-type>)* '>' +<tuple-type> ::= tuple '<' <type> (',' <type>)* '>' 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:
