From dd3ce02644b1c2abc290cd988e52a831922316e5 Mon Sep 17 00:00:00 2001 From: BayoNet Date: Mon, 19 Aug 2019 12:53:23 +0300 Subject: [PATCH] Typo fix. --- docs/en/query_language/functions/functions_for_nulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/query_language/functions/functions_for_nulls.md b/docs/en/query_language/functions/functions_for_nulls.md index 4b7257fd4b3..41fec479d0d 100644 --- a/docs/en/query_language/functions/functions_for_nulls.md +++ b/docs/en/query_language/functions/functions_for_nulls.md @@ -241,7 +241,7 @@ SHOW CREATE TABLE t_null └───┴──────┘ ``` -Apply the `resumenotnull` function to the `y` column. +Apply the `assumeNotNull` function to the `y` column. ``` SELECT assumeNotNull(y) FROM t_null