From f5447bc5748b856fd97ede8cd2c7b2e31463be2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9=20=28Ahrefs=29?= Date: Fri, 4 Nov 2022 15:20:44 +0000 Subject: [PATCH] typo in hoverExtended spec --- ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md b/ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md index a67ff4db3..e3f26db3c 100644 --- a/ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md +++ b/ocaml-lsp-server/docs/ocamllsp/hoverExtended-spec.md @@ -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