From d04602d3da3793e574e59bed60bd0a2b5b88917b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20=C3=85slund?= Date: Thu, 5 Mar 2015 12:54:01 -0600 Subject: [PATCH] Fix link to CREATE KEYSPACE in CQL3 docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Jon Åslund; reviewed by Tyler Hobbs --- doc/cql3/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index cf074afd26..4f66e74816 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 @@ are the same that for the "@CREATE TABLE@":#createKeyspaceStmt statement. +The @ALTER KEYSPACE@ statement alters the properties of an existing keyspace. The supported @@ are the same as for the "@CREATE KEYSPACE@":#createKeyspaceStmt statement. h3(#dropKeyspaceStmt). DROP KEYSPACE