From 4f90a6783c8d61c0cace4a10d8231660b2d2b5d2 Mon Sep 17 00:00:00 2001 From: xuwu Date: Sat, 16 Oct 2021 09:03:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31738c2..1f995a3 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ #### 数据类型 -JS 数据类型分为两大类及八种数据类型,注意别漏了 ES6 新增的 `bigint`。 +JS 数据类型分为两大类及八种数据类型,注意别漏了新增的 `bigint`。 - [ ] 文档: - [ ] [JavaScript 数据类型和数据结构](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures)