From 9672ae001e6be8f4ad3a2fd247999ebb205736ab Mon Sep 17 00:00:00 2001 From: gfreezy Date: Wed, 2 Jan 2019 23:42:38 +0800 Subject: extend selection inside a string literal should select a word first --- crates/ra_vfs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_vfs/src/lib.rs') diff --git a/crates/ra_vfs/src/lib.rs b/crates/ra_vfs/src/lib.rs index 757eac95b..5bbc3e993 100644 --- a/crates/ra_vfs/src/lib.rs +++ b/crates/ra_vfs/src/lib.rs @@ -11,7 +11,7 @@ //! to support custom watcher events (related to https://github.com/rust-analyzer/rust-analyzer/issues/131) //! //! VFS is based on a concept of roots: a set of directories on the file system -//! whihc are watched for changes. Typically, there will be a root for each +//! which are watched for changes. Typically, there will be a root for each //! Cargo package. mod arena; mod io; -- cgit v1.2.3