You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jscomp/super_errors/super_typetexp.ml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ let report_error env ppf = function
114
114
@]@,\
115
115
- @[Constructors and modules are both capitalized.@ Did you want the latter?@ Then instead of @{<dim>let foo = Bar@}, try @{<info>module Foo = Bar@}.@]\
116
116
@]"
117
-
longident lid;
117
+
longident lid lid lid;
118
118
Typetexp.spellcheck ppf fold_constructors env lid
119
119
|Unbound_labellid ->
120
120
(* modified *)
@@ -124,7 +124,7 @@ let report_error env ppf = function
124
124
@[- Prefixing it with said module name:@ @{<info>TheModule.%a@}@]@,\
125
125
@[- Or specifying its type:@ @{<info>let theValue: TheModule.theType = {%a: VALUE}@}@]\
0 commit comments