aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-03-29 13:51:20 +0000
committerGitHub <[email protected]>2019-03-29 13:51:20 +0000
commitc4dfced1f85a68c77e65ac6753603c6d14c49599 (patch)
treef28a66a5ec4387b18b08fc5d0992ebbd8b17caa0 /docs
parent849d7428aa6b733d452b2ebc55ec322d96345f49 (diff)
fix typo
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 7173d88e9..3ac99eef1 100644
--- a/docs/user/features.md
+++ b/docs/user/features.md
@@ -12,7 +12,7 @@ search. Specifically,
12 12
13- `Foo` searches for `Foo` type in the current workspace 13- `Foo` searches for `Foo` type in the current workspace
14- `foo#` searches for `foo` function in the current workspace 14- `foo#` searches for `foo` function in the current workspace
15- `Foo*` searches for `Foo` type among dependencies, excluding `stdlib` 15- `Foo*` searches for `Foo` type among dependencies, including `stdlib`
16- `foo#*` searches for `foo` function among dependencies. 16- `foo#*` searches for `foo` function among dependencies.
17 17
18That is, `#` switches from "types" to all symbols, `*` switches from the current 18That is, `#` switches from "types" to all symbols, `*` switches from the current