This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6af93016a8 [typo](docs) fix docs DROP-CATALOG.md (#18135)
6af93016a8 is described below

commit 6af93016a883365a842be924e5efac4cb8f4bb55
Author: xu tao <[email protected]>
AuthorDate: Tue Mar 28 10:17:07 2023 +0800

    [typo](docs) fix docs DROP-CATALOG.md (#18135)
---
 .../sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
index 4f2c707477..fe0be89ad0 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-CATALOG.md
@@ -41,7 +41,7 @@ CREATE CATALOG
 语法:
 
 ```sql
-DROP CATALOG [I EXISTS] catalog_name;
+DROP CATALOG [IF EXISTS] catalog_name;
 ```
 
 ### Example


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to