Skip to content

Commit 868774f

Browse files
committed
fix mistak
1 parent 6267477 commit 868774f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

analysis/src/CompletionBackEnd.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ let rec completeTypedValue ?(typeArgContext : typeArgContext option) ~rawOpens
18011801
if Debug.verbose () then print_endline "[complete_typed_value]--> Texn";
18021802
[
18031803
create
1804-
(["Exn.t"; "Error(error)"] |> ident)
1804+
(["Exn"; "Error(error)"] |> ident)
18051805
~kind:(Label "Catches errors from JavaScript errors.")
18061806
~docstring:
18071807
[

tests/analysis_tests/tests/src/expected/CompletionPattern.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ Package opens Pervasives.JsxModules.place holder
10161016
ContextPath Value[xn]
10171017
Path xn
10181018
[{
1019-
"label": "Exn.t.Error(error)",
1019+
"label": "Exn.Error(error)",
10201020
"kind": 4,
10211021
"tags": [],
10221022
"detail": "Catches errors from JavaScript errors.",

0 commit comments

Comments
 (0)