Skip to content

Commit 8b6d63f

Browse files
authored
Merge pull request #4556 from ClickHouse/dhtclk-patch-6
missing some back ticks for closing a codeblock.
2 parents 80014b3 + f952458 commit 8b6d63f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/guides/best-practices/skipping-indexes-examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ This page consolidates ClickHouse data skipping index examples, showing how to d
1414
**Index syntax:**
1515

1616
```sql
17-
INDEX name expr TYPE type(...) [GRANULARITY N]`
17+
INDEX name expr TYPE type(...) [GRANULARITY N]
18+
```
1819

1920
ClickHouse supports five skip index types:
2021

0 commit comments

Comments
 (0)