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
171171 in
172172
173173 let mainTypes =
174- let insert_contructor constructor mainTypes =
174+ let insert_constructor constructor mainTypes =
175175 match mainTypes with
176176 | [] -> [constructor]
177177 | h :: t -> h :: constructor :: t
@@ -182,7 +182,7 @@ let hoverWithExpandedTypes ~(full : SharedTypes.full) ~file ~package
182182 (CompletionBackEnd. showConstructor constructor |> Markdown. codeBlock)
183183 ^ Markdown. divider
184184 in
185- insert_contructor constructor (expandedTypesToString mainTypes)
185+ insert_constructor constructor (expandedTypesToString mainTypes)
186186 | None -> expandedTypesToString mainTypes
187187 in
188188
You can’t perform that action at this time.
0 commit comments