Skip to content

Commit cdfd71d

Browse files
authored
fix typo
这里应该是 “未”,而不是 “为”
1 parent 248776a commit cdfd71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zh/types/typeof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ JavaScript 标准文档只给出了一种获取 `[[Class]]` 值的方法,那
7575
Object.prototype.toString.call(undefined) // "[object Undefined]"
7676

7777

78-
###测试为定义变量
78+
###测试未定义变量
7979

8080
typeof foo !== 'undefined'
8181

0 commit comments

Comments
 (0)