bschoening commented on code in PR #4112: URL: https://github.com/apache/cassandra/pull/4112#discussion_r2621545346
########## doc/modules/cassandra/pages/developing/cql/cql_singlefile.adoc: ########## @@ -1090,7 +1090,7 @@ type of existing fields. If the type does not exist, the statement will return a _Syntax:_ [source,bnf] -::= DROP TYPE ( IF EXISTS )? +::= DROP TYPE [ IF EXISTS ] Review Comment: shorthand used for brevity -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

