Skip to content

Commit

Permalink
Update index.md (#16859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychda authored Nov 7, 2023
1 parent 8cade30 commit c38b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/learn/javascript/first_steps/strings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ console.log(double);
console.log(backtick);
```

字符串的开头和皆为必须使用相同的字符,否则会出现错误:
字符串的开头和结尾必须使用相同的字符,否则会出现错误:

```js-nolint example-bad
const badQuotes = '不允许这样写!";
Expand Down

0 comments on commit c38b708

Please sign in to comment.