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

Skip to content

Commit ace5f0c

Browse files
doggy8088gitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 40dbcd1 commit ace5f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/primitive-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let isDone: boolean = false;
1717
// 後面約定,未強調編譯錯誤的程式碼片段,預設為編譯透過
1818
```
1919

20-
注意使用建構函式 `Boolean` 創造的物件**不是**布林值:
20+
注意使用建構函式 `Boolean` 建立的物件**不是**布林值:
2121

2222
```typescript
2323
let createdByNewBoolean: boolean = new Boolean(1);

0 commit comments

Comments
 (0)