diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 585217b7c4..713d45f481 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: