From 3f44e4de6637c64a53cfa9617922e51e04b0d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E7=BB=B4=E8=89=AF?= <40231912+willenzheng@users.noreply.github.com> Date: Fri, 27 May 2022 15:19:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E6=9E=84->=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复错别字 --- 1-js/05-data-types/12-json/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/12-json/article.md b/1-js/05-data-types/12-json/article.md index 798a75dd4b..5809deba19 100644 --- a/1-js/05-data-types/12-json/article.md +++ b/1-js/05-data-types/12-json/article.md @@ -138,7 +138,7 @@ let meetup = { }; alert( JSON.stringify(meetup) ); -/* 整个解构都被字符串化了 +/* 整个结构都被字符串化了 { "title":"Conference", "room":{"number":23,"participants":["john","ann"]},