Skip to content

Commit be35114

Browse files
committed
update
1 parent c61a8b4 commit be35114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/tests-generic-jsx-transform/src/expected/GenericJsxCompletion.res.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Path Js.String2.st
7070
"kind": 12,
7171
"tags": [],
7272
"detail": "string",
73-
"documentation": {"kind": "markdown", "value": "Turns `string` into `GenericJsx.element` so it can be used inside of JSX."},
73+
"documentation": {"kind": "markdown", "value": "Turns `string` into a JSX element so it can be used inside of JSX."},
7474
"sortText": "A",
7575
"insertTextFormat": 2
7676
}, {
@@ -122,7 +122,7 @@ Path Js.String2.st
122122
"kind": 12,
123123
"tags": [],
124124
"detail": "string",
125-
"documentation": {"kind": "markdown", "value": "Turns `string` into `GenericJsx.element` so it can be used inside of JSX."},
125+
"documentation": {"kind": "markdown", "value": "Turns `string` into a JSX element so it can be used inside of JSX."},
126126
"sortText": "A",
127127
"insertTextFormat": 2
128128
}, {

0 commit comments

Comments
 (0)