Quellcode durchsuchen

Merge pull request #892 from onesuper/patch-1

odps-table: typo
Felix Yan vor 8 Jahren
Ursprung
Commit
3eaef8ba16
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/common/odps-table.md

+ 1 - 1
pages/common/odps-table.md

@@ -12,7 +12,7 @@
 
 - Add partition to a table:
 
-`alter table {{table_name}} add parition ({{partition_spec}});`
+`alter table {{table_name}} add partition ({{partition_spec}});`
 
 - Delete partition from a table: