Fix typo in CQL3 documentation
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fffccd64 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fffccd64 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fffccd64 Branch: refs/heads/trunk Commit: fffccd64a3ded1b97764553b5794649e294ebd89 Parents: 09e5443 Author: Sylvain Lebresne <[email protected]> Authored: Fri Jun 29 13:53:11 2012 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Jun 29 13:53:11 2012 +0200 ---------------------------------------------------------------------- doc/cql3/CQL.textile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fffccd64/doc/cql3/CQL.textile ---------------------------------------------------------------------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index fdc158a..2255e0b 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -52,7 +52,7 @@ h3(#constants). Constants CQL defines 3 kinds of _implicitly-typed constants_: strings, numbers and uuids: * A string constant is an arbitrary sequence of characters characters enclosed by single-quote(@'@). One can include a single-quote in a string by repeating it, e.g. @'It''s raining today'@. Those are not to be confused with quoted identifiers that use double-quotes. * Numeric constants are either integer constant defined by @-?[0-9]+@ or a float constant defined by @-?[0-9]+.[0-9]*@. -* A "UUID":http://en.wikipedia.org/wiki/Universally_unique_identifier constant is defined by @hex{8}-hex{4}-hex{4}-hex{12}@ where @hex@ is an hexadecimal character, e.g. @[0-9a-fA-F]@ and @{4}@ is the number of such characters. +* A "UUID":http://en.wikipedia.org/wiki/Universally_unique_identifier constant is defined by @hex{8}-hex{4}-hex{4}-hex{4}-hex{12}@ where @hex@ is an hexadecimal character, e.g. @[0-9a-fA-F]@ and @{4}@ is the number of such characters. h3. Comments
