diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 74948e6b7c..d9699d89cb 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1229,16 +1229,16 @@ More generally, this pattern can be useful for customising the groups: *youcompleteme-inlay-hints* Inlay hints ~ -**NOTE**: Hightly experimental feature, requiring vim 9.0.214 or later (no -neovim). +**NOTE**: Highly experimental feature, requiring vim 9.0.214 or later (not +supported in NeoVim). When 'g:ycm_enable_inlay_hints' (globally) or 'b:ycm_enable_inlay_hints' (for a specific buffer) is set to '1', then YCM will insert inlay hints as supported by the language semantic engine. -An inlay hint is text renderd on the screen which is not part of the buffer and -is often used to mark up the type or name of arguments, perameters, etc. which -help the developer understand the semantics of the code. +An inlay hint is text rendered on the screen which is not part of the buffer +and is often used to mark up the type or name of arguments, parameters, etc. +which help the developer understand the semantics of the code. Here are some examples: