Ninja: fix grammar for tuple type in CQL docs

Follow up for CASSANDRA-7527
This commit is contained in:
Tyler Hobbs 2014-07-16 15:36:58 -05:00
parent 88e05719b6
commit 6b988fddd0
1 changed files with 1 additions and 1 deletions

View File

@ -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: