diff --git a/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md b/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md index 7e009f01..eabd5590 100644 --- a/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md +++ b/docs/user_manual/quick_starts/en-US/chapter_06_using_ob_for_business_development/04_extended_functionality.md @@ -71,7 +71,7 @@ CREATE TABLE `t1` ( partition `p4`); ``` -> **Notice** +> **Note** > >By default, when you create an index without specifying the `global` or `local` keyword, a global index is created if the index information is followed by partition information; otherwise, a local index is created.