Skip to content

Commit 04d4c6e

Browse files
authored
fix minor type error
1 parent 357a595 commit 04d4c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ n = 12.345;
7575
const bigInt = 1234567890123456789012345678901234567890n;
7676
```
7777

78-
由于很少需要 `BigInt` 类型的数字,因此我们在单独的章节 <infobigint> 中专门对其进行介绍。
78+
由于很少需要 `BigInt` 类型的数字,因此我们在单独的章节 <info:bigint> 中专门对其进行介绍。
7979

8080
```smart header="兼容性问题"
8181
目前 Firefox 和 Chrome 已经支持 `BigInt` 了,但 Safari/IE/Edge 还没有。

0 commit comments

Comments
 (0)