Skip to content

Commit

Permalink
update understanding-higher-order-components-in-react (#6032)
Browse files Browse the repository at this point in the history
修正原文错误
  • Loading branch information
zaviertang authored and sunui committed Jun 25, 2019
1 parent de5f83e commit 6bf6871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO1/understanding-higher-order-components-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function mul(x) {
const mulTwo = mul(2)

mulTwo(2) // 4
mulTwo(3) // 9
mulTwo(3) // 6
mulTwo(4) // 8
mulTwo(5) // 10
```
Expand Down

0 comments on commit 6bf6871

Please sign in to comment.