Skip to content

Commit e839510

Browse files
committed
Fix gentype error message (.rei -> .resi)
1 parent 40e15c8 commit e839510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/gentype/GenTypeMain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ let process_cmt_file cmt =
135135
Log_.Color.setup ();
136136
Log_.info ~loc ~name:"Warning genType" (fun ppf () ->
137137
Format.fprintf ppf
138-
"Annotation is ignored as there's a .rei file"));
138+
"Annotation is ignored as there's a .resi file"));
139139
true)
140140
else false)
141141
in

0 commit comments

Comments
 (0)