Skip to content

Commit 3f43b39

Browse files
committed
Typo in test.
1 parent fbd491d commit 3f43b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/tests/src/Hover.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module ModWithDocComment = {
156156
/*** module level doc comment 2 */
157157
}
158158

159-
module TypeSustitutionRecords = {
159+
module TypeSubstitutionRecords = {
160160
type foo<'a> = {content: 'a, zzz: string}
161161
type bar = {age: int}
162162
type foobar = foo<bar>

0 commit comments

Comments
 (0)