From e6691844db9ed9ae9143d14ab88d4b2eb7d74e76 Mon Sep 17 00:00:00 2001 From: veetaha Date: Mon, 23 Mar 2020 14:04:50 +0200 Subject: ra_hir: fix typo --- crates/ra_hir/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 585217b7c..713d45f48 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs @@ -11,7 +11,7 @@ //! //! `ra_hir_*` crates are the implementation of the compiler logic. //! They are written in "ECS" style, with relatively little abstractions. -//! Many types are not self-contained, and explicitelly use local indexes, arenas, etc. +//! Many types are not self-contained, and explicitly use local indexes, arenas, etc. //! //! `ra_hir` is what insulates the "we don't know how to actually write an incremental compiler" //! from the ide with completions, hovers, etc. It is a (soft, internal) boundary: -- cgit v1.2.3