Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit d2e4dc6

Browse files
committed
Update JSXV4.md
1 parent b0761d2 commit d2e4dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/JSXV4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ React.createElement(Comp.make, {x, key: "7"})
7979
8080
type props<'x, 'y, 'z> = {x: 'x, @optional y: 'y, @optional z: 'z}
8181
82-
let make: (props<int, int, int>) => React.element
82+
props<int, int, int> => React.element
8383
```
8484

8585
Since an external is a function declaration, it follows the same rule.

0 commit comments

Comments
 (0)