From 5a5542dd5c6de677044e4da0b33a9a171aeb3bba Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 16 Feb 2021 00:03:02 +0300 Subject: [PATCH] Minor fixes --- docs/_description_templates/template-function.md | 4 +--- docs/_description_templates/template-system-table.md | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/_description_templates/template-function.md b/docs/_description_templates/template-function.md index b69d7ed530..2ff0ee586e 100644 --- a/docs/_description_templates/template-function.md +++ b/docs/_description_templates/template-function.md @@ -19,9 +19,7 @@ More text (Optional). **Returned value(s)** -- Returned values list. - -Type: [Type](relative/path/to/type/dscr.md#type). +- Returned values list. [Type name](relative/path/to/type/dscr.md#type). **Example** diff --git a/docs/_description_templates/template-system-table.md b/docs/_description_templates/template-system-table.md index 3fdf9788d7..f2decc4bb6 100644 --- a/docs/_description_templates/template-system-table.md +++ b/docs/_description_templates/template-system-table.md @@ -8,10 +8,14 @@ Columns: **Example** +Query: + ``` sql SELECT * FROM system.table_name ``` +Result: + ``` text Some output. It shouldn't be too long. ``` -- GitLab