diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 93e565315..eb81cba26 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -5,7 +5,7 @@ you can use <kbd>Ctrl+Shift+P</kbd> to search for the corresponding action. | |||
5 | ### Workspace Symbol <kbd>ctrl+t</kbd> | 5 | ### Workspace Symbol <kbd>ctrl+t</kbd> |
6 | 6 | ||
7 | Uses fuzzy-search to find types, modules and function by name across your | 7 | Uses fuzzy-search to find types, modules and function by name across your |
8 | project and dependencies. This **the** most useful feature, which improves code | 8 | project and dependencies. This is **the** most useful feature, which improves code |
9 | navigation tremendously. It mostly works on top of the built-in LSP | 9 | navigation tremendously. It mostly works on top of the built-in LSP |
10 | functionality, however `#` and `*` symbols can be used to narrow down the | 10 | functionality, however `#` and `*` symbols can be used to narrow down the |
11 | search. Specifically, | 11 | search. Specifically, |