Skip to content

Commit

Permalink
Merge pull request ClickHouse#45470 from ClickHouse/rs-doc-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
rschu1ze authored Jan 20, 2023
2 parents 687f9c3 + 3f2e4c8 commit 4ac17d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/sql-reference/data-types/boolean.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 43
sidebar_label: Boolean
---

# Boolean Values bool (boolean)
# Bool

Type `bool` is stored as UInt8. Possible values `true` (1), `false` (0).
Type `bool` is internally stored as UInt8. Possible values are `true` (1), `false` (0).


```sql
Expand Down
2 changes: 1 addition & 1 deletion docs/en/sql-reference/data-types/fixedstring.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 45
sidebar_label: FixedString(N)
---

# Fixedstring
# FixedString

A fixed-length string of `N` bytes (neither characters nor code points).

Expand Down
2 changes: 1 addition & 1 deletion docs/en/sql-reference/data-types/lowcardinality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 51
sidebar_label: LowCardinality
---

# LowCardinality Data Type
# LowCardinality

Changes the internal representation of other data types to be dictionary-encoded.

Expand Down

0 comments on commit 4ac17d7

Please sign in to comment.