From af943a5692a917a7f053a30ede46b0b853731509 Mon Sep 17 00:00:00 2001 From: DoubledConG <992196871@qq.com> Date: Fri, 20 Oct 2023 22:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=20=E6=AD=BB=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/frontend/JavaScript/ES6/index.md | 2 +- .../JavaScript/ES6/{let and const.md => let-and-const.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/frontend/JavaScript/ES6/{let and const.md => let-and-const.md} (100%) diff --git a/docs/frontend/JavaScript/ES6/index.md b/docs/frontend/JavaScript/ES6/index.md index cdec0f7..929893c 100644 --- a/docs/frontend/JavaScript/ES6/index.md +++ b/docs/frontend/JavaScript/ES6/index.md @@ -17,7 +17,7 @@ - [**index**](index.md) - [**intro**](intro.md) - [**iterator**](iterator.md) -- [**let and const**](letandconst.md) +- [**let and const**](let-and-const.md) - [**mixin**](mixin.md) - [**module-loader**](module-loader.md) - [**module**](module.md) diff --git a/docs/frontend/JavaScript/ES6/let and const.md b/docs/frontend/JavaScript/ES6/let-and-const.md similarity index 100% rename from docs/frontend/JavaScript/ES6/let and const.md rename to docs/frontend/JavaScript/ES6/let-and-const.md