Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dfc216

Browse files
authored
Fix typo
1 parent abe2cf0 commit 8dfc216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics/primitive-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ JavaScript 的型別分為兩種:原始資料型別([Primitive data types](h
1313
```typescript
1414
let isDone: boolean = false;
1515

16-
// 編譯透過
17-
// 後面約定,未強調編譯錯誤的程式碼片段,預設為編譯透過
16+
// 編譯通過
17+
// 後面約定,未強調編譯錯誤的程式碼片段,預設為編譯通過
1818
```
1919

2020
注意:使用建構函式 `Boolean` 建立的物件**不是**布林值:

0 commit comments

Comments
 (0)