Skip to content

Commit f3b24df

Browse files
committed
docs(object): edit null 判断运算符
1 parent d5dfcbc commit f3b24df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ function Component(props) {
896896
}
897897
```
898898
899-
上面代码判断`props`参数的`enabled`属性是否赋值,等同于下面的写法
899+
上面代码判断`props`参数的`enabled`属性是否赋值,基本等同于下面的写法
900900
901901
```javascript
902902
function Component(props) {

0 commit comments

Comments
 (0)