From d8c4f7ce5fb2b5d2d1e75aee99426eec77ceadc2 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Thu, 6 Jan 2011 01:33:24 +0000 Subject: [PATCH] code markup inside a link upsets mylyn Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1055703 13f79535-47bb-0310-9956-ffa450edef68 --- doc/cql/CQL.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cql/CQL.textile b/doc/cql/CQL.textile index 1f857a941d..a7479ca442 100644 --- a/doc/cql/CQL.textile +++ b/doc/cql/CQL.textile @@ -127,7 +127,7 @@ h3. Specifying Columns bc. DELETE [COLUMNS] ... -Following the @DELETE@ keyword is an optional comma-delimited list of column name terms. When no column names are specified, the remove applies to the entire row(s) matched by the "@WHERE@ clause":#deleterows +Following the @DELETE@ keyword is an optional comma-delimited list of column name terms. When no column names are specified, the remove applies to the entire row(s) matched by the "WHERE clause":#deleterows h3. Column Family