From c4dfced1f85a68c77e65ac6753603c6d14c49599 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 29 Mar 2019 16:51:20 +0300 Subject: fix typo --- docs/user/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user') 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, - `Foo` searches for `Foo` type in the current workspace - `foo#` searches for `foo` function in the current workspace -- `Foo*` searches for `Foo` type among dependencies, excluding `stdlib` +- `Foo*` searches for `Foo` type among dependencies, including `stdlib` - `foo#*` searches for `foo` function among dependencies. That is, `#` switches from "types" to all symbols, `*` switches from the current -- cgit v1.2.3