aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornicrd <[email protected]>2019-09-26 02:49:52 +0100
committerGitHub <[email protected]>2019-09-26 02:49:52 +0100
commitb0f992a351d986f10118c85b6b3111983a7c1d04 (patch)
tree11881656effbbef29095230d104135772d640ccc /docs
parent870ce4b1a50a07e3a536ab26215804acdfc9ba8a (diff)
Missing word
Diffstat (limited to 'docs')
-rw-r--r--docs/user/features.md2
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
7Uses fuzzy-search to find types, modules and function by name across your 7Uses fuzzy-search to find types, modules and function by name across your
8project and dependencies. This **the** most useful feature, which improves code 8project and dependencies. This is **the** most useful feature, which improves code
9navigation tremendously. It mostly works on top of the built-in LSP 9navigation tremendously. It mostly works on top of the built-in LSP
10functionality, however `#` and `*` symbols can be used to narrow down the 10functionality, however `#` and `*` symbols can be used to narrow down the
11search. Specifically, 11search. Specifically,