Skip to content

Commit 08d8259

Browse files
committed
* Three is the new four
1 parent 1e3566b commit 08d8259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spreadsheet/chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The first line in `index.html` declares that it’s written in HTML5 (`<!DOCTYPE
9797

9898
Without the `charset` declaration, the browser may display the reset button’s Unicode symbol `` as `↻`, an example of _mojibake_ — garbled text caused by decoding issues.
9999

100-
The next four lines are JS declarations, placed within the `head` section as usual:
100+
The next three lines are JS declarations, placed within the `head` section as usual:
101101

102102
```html
103103
<script src="main.js"></script>

spreadsheet/chapter.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ _(Also available in [English](https://github.com/audreyt/500lines/blob/master/sp
9797

9898
如果沒有宣告 `charset` ,瀏覽器可能會把重置按鈕的萬國碼符號 `` 顯示為 `↻`,也就是亂碼(mojibake)──由解碼問題引起的錯誤情況。
9999

100-
接下來的四行程式碼是 JS 宣告,依慣例放在 `head` 區塊裡:
100+
接下來的三行是 JS 宣告,依慣例放在 `head` 區塊裡:
101101

102102
```html
103103
<script src="main.js"></script>

0 commit comments

Comments
 (0)