Skip to content

Commit

Permalink
Merge pull request ascoders#194 from LiuL0703/patch-3
Browse files Browse the repository at this point in the history
fix:typo
  • Loading branch information
ascoders authored Aug 12, 2019
2 parents b9d9518 + 852d355 commit 8dad495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 015.精读 TC39 与 ECMAScript 提案.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ const firstName = message.body?.user?.firstName || 'default'
```javascript
const firstName =
()message &&
(message &&
message.body &&
message.body.user &&
message.body.user.firstName) || 'default'
Expand Down

0 comments on commit 8dad495

Please sign in to comment.