diff --git a/docs/en/interfaces/formats.md b/docs/en/interfaces/formats.md index 1d32406af34..24522507b71 100644 --- a/docs/en/interfaces/formats.md +++ b/docs/en/interfaces/formats.md @@ -347,10 +347,10 @@ Each result block is output as a separate table. This is necessary so that block Example (shown for the [PrettyCompact](#prettycompact) format): ``` sql -SELECT * FROM t_null FORMAT +SELECT * FROM t_null ``` -``` text +``` ┌─x─┬─y────┐ │ 1 │ ᴺᵁᴸᴸ │ └───┴──────┘