File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ let hoverWithExpandedTypes ~(full : SharedTypes.full) ~file ~package
171
171
in
172
172
173
173
let mainTypes =
174
- let insert_contructor constructor mainTypes =
174
+ let insert_constructor constructor mainTypes =
175
175
match mainTypes with
176
176
| [] -> [constructor]
177
177
| h :: t -> h :: constructor :: t
@@ -182,7 +182,7 @@ let hoverWithExpandedTypes ~(full : SharedTypes.full) ~file ~package
182
182
(CompletionBackEnd. showConstructor constructor |> Markdown. codeBlock)
183
183
^ Markdown. divider
184
184
in
185
- insert_contructor constructor (expandedTypesToString mainTypes)
185
+ insert_constructor constructor (expandedTypesToString mainTypes)
186
186
| None -> expandedTypesToString mainTypes
187
187
in
188
188
You can’t perform that action at this time.
0 commit comments