From 45d4511d93f380facfa60e569813fab70671c29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Thu, 4 May 2023 15:11:52 +0800 Subject: [PATCH] Update syntax-uts.md --- docs/tutorial/syntax-uts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/syntax-uts.md b/docs/tutorial/syntax-uts.md index 6083fddb6..5beebdaee 100644 --- a/docs/tutorial/syntax-uts.md +++ b/docs/tutorial/syntax-uts.md @@ -2572,7 +2572,7 @@ Math.floor() 函数总是返回小于等于一个给定数字的最大整数。 |JavaScript|Kotlin|Swift| |:-:|:-:|:-:| -|√|x|√ `(3.7.1+)`| +|√|√|√ `(3.7.1+)`| ```ts console.log(Math.floor(5.95)); -- GitLab