Skip to content

Commit 67bf6bb

Browse files
authored
Fix typo in 2912-rust-analyzer.md
I came across across these when reading the RFC.
1 parent f0d3ff5 commit 67bf6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/2912-rust-analyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As detailed below, one major concern with rust-analyzer as it stands today is th
2121

2222
Currently, Rust users who wish to use an editor that supports Microsoft's Language Server Protocol (LSP) have two choices:
2323

24-
* Use the RLS, the official IDE project of the Rust langauge.
24+
* Use the RLS, the official IDE project of the Rust language.
2525
* Use rust-analyzer, a more experimental, unofficial project that has recently been gaining ground.
2626

2727
Ideally, we would like to concentrate our efforts behind a single implementation.
@@ -42,7 +42,7 @@ There are several things that we would like to improve about the current situati
4242
* Further, the goal for some time has been to adopt a query-based architecture much like the one that rust-analyzer is using.
4343
* We would like to (eventually) avoid having two implementations of the Rust compiler to support, one in rustc and one in rust-analyzer.
4444
* We would like to "pay down" technical debt within the compiler itself and to make it approachable.
45-
* To that end, we've been pursuing the creation of independent libraries, like miri or chalk. Smaller libraries with stronger API boundaries are easier to reason about but also provide an easier way for people to get involved in compiler development.
45+
* To that end, we've been pursuing the creation of independent libraries, like miri or chalk. Smaller libraries with stronger API boundaries are not only easier to reason about but also provide an easier way for people to get involved in compiler development.
4646

4747
However, in making the transition from the existing RLS setup to rust-analyzer, we have to be careful not to introduce user confusion. In particular, we wish to make the experience of "managing one's editor" smooth, both for:
4848

0 commit comments

Comments
 (0)