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
This commit is contained in:
Eric Evans 2011-01-06 01:33:24 +00:00
parent 11690c9ad7
commit d8c4f7ce5f
1 changed files with 1 additions and 1 deletions

View File

@ -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