Polishing

This commit is contained in:
Sam Brannen 2019-02-08 19:41:10 +01:00
parent 783a7ca46b
commit f7e53a071b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ INSERT INTO users(first_name, last_name) VALUES('Juergen', 'Hoeller');
-- A fancy multi-line comments that puts
-- single line comments inside of a multi-line
-- comment block.
Moreover, the block commend end delimiter
Moreover, the block comment end delimiter
appears on a line that can potentially also
be a single-line comment if we weren't
already inside a multi-line comment run.