diff --git a/docs/tutorial/syntax-uts.md b/docs/tutorial/syntax-uts.md index dc00db00e9c1ceb7a6ec944fa53523e87f8ef2e0..d189eb572b30552b3388f4ea64bd6f4e0a3ded7d 100644 --- a/docs/tutorial/syntax-uts.md +++ b/docs/tutorial/syntax-uts.md @@ -2705,7 +2705,7 @@ console.log(Math.log2(1)); #### max -Math.log2() 函数返回一个数字以 2 为底的对数。 +Math.max() 函数返回作为输入参数的最大数字。 **平台差异说明**