Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Jun 30, 2021
1 parent a46f6c0 commit 0560850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml-lsp-server/src/code_actions/action_destruct.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let code_action_of_case_analysis doc uri (loc, newText) =
in
let title = String.capitalize_ascii action_kind in
let command =
Command.create ~title:"Jump to First Hole" ~command:"ocaml.next-hole"
Command.create ~title:"Jump to Next Hole" ~command:"ocaml.next-hole"
~arguments:[ `Assoc [ ("position", Position.yojson_of_t range.start) ] ]
()
in
Expand Down

0 comments on commit 0560850

Please sign in to comment.