Skip to content

Commit bcb1132

Browse files
committed
Typo
1 parent 7740c59 commit bcb1132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/src/Hover.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)