Skip to content

Commit 5e00aa5

Browse files
committed
typo
1 parent b9c3a11 commit 5e00aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/tests/src/TypeDefinition.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let y = {item: "foo"}
1111
type obj = {"foo": string}
1212

1313
let obj: obj = {"foo": "bar"}
14-
// ^type
14+
// ^typ
1515

1616
let f = r => r.item
1717
// ^typ

0 commit comments

Comments
 (0)