diff --git a/docs/zh/latest/CODE_STYLE.md b/docs/zh/latest/CODE_STYLE.md index fcd4f8a9850d..56cbe0e0bc51 100644 --- a/docs/zh/latest/CODE_STYLE.md +++ b/docs/zh/latest/CODE_STYLE.md @@ -268,7 +268,7 @@ end ```lua --Yes local new_tab = require "table.new" -local t = new_tab(100, 0) +local t = new_tab(100000, 0) for i = 1, 100000 do t[i] = "a" end