From 764ddc0c8506b0d5356681b8b333e387cb0ba6b6 Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Sat, 29 Dec 2018 22:07:56 +0000 Subject: Fix a switched line in a comment --- crates/ra_vfs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_vfs') diff --git a/crates/ra_vfs/src/lib.rs b/crates/ra_vfs/src/lib.rs index 4de07b093..7fccc3088 100644 --- a/crates/ra_vfs/src/lib.rs +++ b/crates/ra_vfs/src/lib.rs @@ -2,8 +2,8 @@ //! //! When doing analysis, we don't want to do any IO, we want to keep all source //! code in memory. However, the actual source code is stored on disk, so you -//! component which does this. //! need to get it into the memory in the first place somehow. VFS is the +//! component which does this. //! //! It also is responsible for watching the disk for changes, and for merging //! editor state (modified, unsaved files) with disk state. -- cgit v1.2.3