You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/11/26 00:31:10 UTC

git commit: Ninja-fix CQL3 doc

Updated Branches:
  refs/heads/cassandra-1.2 aec8f1670 -> fce173532


Ninja-fix CQL3 doc


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fce17353
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fce17353
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fce17353

Branch: refs/heads/cassandra-1.2
Commit: fce173532438d4ff4269c5db29a0f15906311eb0
Parents: aec8f16
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Nov 26 02:29:30 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Nov 26 02:29:30 2013 +0300

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fce17353/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index c4e39d1..507ad13 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -844,7 +844,7 @@ will only apply the TTL to the @{ 'color' : 'green' }@ record, the rest of the m
 Deleting a map record is done with:
 
 bc(sample). 
-DELETE favs['author'] FROM plays WHERE id = 'jsmith'
+DELETE favs['author'] FROM users WHERE id = 'jsmith'
 
 h4(#set). Sets