From ee88814cacedb1f8afcf8c6a7c141be516f9ee4f Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Tue, 10 Jan 2023 09:42:04 -0500 Subject: [PATCH] formal to form --- docs/en/operations/settings/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/operations/settings/settings.md b/docs/en/operations/settings/settings.md index e3b35cefb31..aa4362a1efd 100644 --- a/docs/en/operations/settings/settings.md +++ b/docs/en/operations/settings/settings.md @@ -197,7 +197,7 @@ Works with tables in the MergeTree family. ## convert_query_to_cnf {#convert_query_to_cnf} -When set to `true`, a `SELECT` query will be converted to conjuctive normal formal (CNF). There are scenarios where rewriting a query in CNF may execute faster (view this [Github issue](https://github.com/ClickHouse/ClickHouse/issues/11749) for an explanation). +When set to `true`, a `SELECT` query will be converted to conjuctive normal form (CNF). There are scenarios where rewriting a query in CNF may execute faster (view this [Github issue](https://github.com/ClickHouse/ClickHouse/issues/11749) for an explanation). For example, notice how the following `SELECT` query is not modified (the default behavior):