From 3d02f83efb6574860cee47577447b0b32f8d675d Mon Sep 17 00:00:00 2001 From: Believers in Science Studio Date: Fri, 17 Sep 2021 08:21:10 +0800 Subject: Fix several formating issues, zh-CN (#2442) * Fix a typo. * Fix another similar typo. * Fix typos in `::first-line` doc. * Move chinese characters out of ``. --- files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html') diff --git a/files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html b/files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html index bcf94763b0..7c567f3902 100644 --- a/files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html +++ b/files/zh-cn/web/javascript/a_re-introduction_to_javascript/index.html @@ -327,7 +327,7 @@ do {
var allowed = (age > 18) ? "yes" : "no";
 
-

在需要多重分支时可以使用  基于一个数字或字符串的switch 语句:

+

在需要多重分支时可以使用基于一个数字或字符串的 switch 语句:

switch(action) {
     case 'draw':
-- 
cgit v1.2.3-54-g00ecf