Skip to content

Commit

Permalink
typo in hoverExtended spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Nov 4, 2022
1 parent c8b9f89 commit f5447bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With the cursor on the value `x`, a call with a verbosity of 0 or lower would
return `t` making it equivalent to a call to `textDocument/hover`. A call with
a verbosity of 1 would return `int`.

When the verbosity is omitted, the server is picks a number based on previous
When the verbosity is omitted, the server picks a number based on previous
calls. It starts with 0. Further calls at the same position will improve the
verbosity of the displayed type, by expanding aliases. If the position changes,
the verbosity goes back to 0. This behavior is similar to `type-enclosing` in
Expand Down

0 comments on commit f5447bc

Please sign in to comment.