Skip to content

Commit e669184

Browse files
committed
ra_hir: fix typo
1 parent 0fc21bd commit e669184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//!
1212
//! `ra_hir_*` crates are the implementation of the compiler logic.
1313
//! They are written in "ECS" style, with relatively little abstractions.
14-
//! Many types are not self-contained, and explicitelly use local indexes, arenas, etc.
14+
//! Many types are not self-contained, and explicitly use local indexes, arenas, etc.
1515
//!
1616
//! `ra_hir` is what insulates the "we don't know how to actually write an incremental compiler"
1717
//! from the ide with completions, hovers, etc. It is a (soft, internal) boundary:

0 commit comments

Comments
 (0)