Skip to content

Commit 5a4a323

Browse files
committed
escape quotes
1 parent 5df96f6 commit 5a4a323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ label:deprecated[]
159159
USE my.db ...
160160
161161
----
162-
| In USE clauses, databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database. Names containing `.` should be escaped. In the above example: USE `my.db` ...
162+
| In USE clauses, databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database. Names containing `.` should be escaped. In the above example: USE \`my.db` ...
163163
|===
164164

165165

0 commit comments

Comments
 (0)