We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc21bd commit e669184Copy full SHA for e669184
crates/ra_hir/src/lib.rs
@@ -11,7 +11,7 @@
11
//!
12
//! `ra_hir_*` crates are the implementation of the compiler logic.
13
//! They are written in "ECS" style, with relatively little abstractions.
14
-//! 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.
15
16
//! `ra_hir` is what insulates the "we don't know how to actually write an incremental compiler"
17
//! from the ide with completions, hovers, etc. It is a (soft, internal) boundary:
0 commit comments