You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2015/03/05 19:54:33 UTC

cassandra git commit: Fix link to CREATE KEYSPACE in CQL3 docs

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 90a012a1f -> d04602d3d


Fix link to CREATE KEYSPACE in CQL3 docs

Patch by Jon Åslund; reviewed by Tyler Hobbs


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

Branch: refs/heads/cassandra-2.0
Commit: d04602d3da3793e574e59bed60bd0a2b5b88917b
Parents: 90a012a
Author: Jon Åslund <jo...@aslund.org>
Authored: Thu Mar 5 12:54:01 2015 -0600
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Thu Mar 5 12:54:01 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d04602d3/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index cf074af..4f66e74 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -194,7 +194,7 @@ ALTER KEYSPACE Excelsior
           WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 4};
 
 p. 
-The @ALTER KEYSPACE@ statement alter the properties of an existing keyspace. The supported @<properties>@ are the same that for the "@CREATE TABLE@":#createKeyspaceStmt statement.
+The @ALTER KEYSPACE@ statement alters the properties of an existing keyspace. The supported @<properties>@ are the same as for the "@CREATE KEYSPACE@":#createKeyspaceStmt statement.
 
 
 h3(#dropKeyspaceStmt). DROP KEYSPACE