Browse Source

Docs: Tweak list formatting

Costin Leau 6 years ago
parent
commit
f42dcf2ffd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/sql/language/indices.asciidoc

+ 3 - 3
docs/reference/sql/language/indices.asciidoc

@@ -95,11 +95,11 @@ when explicitly told so by user - in other words, by default, frozen indices are
 
 One can toggle the use of frozen indices through:
 
-::dedicated configuration parameter
+dedicated configuration parameter::
 Set to `true` properties `index_include_frozen` in the <<sql-rest>> or `index.include.frozen` in the drivers to include frozen indices.
 
-::dedicated keyword
-Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW ` commands:
+dedicated keyword::
+Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW` commands:
 
 ["source","sql",subs="attributes,callouts,macros"]
 ----