Fix r-a spelling in some places

This commit is contained in:
Jonas Schievink 2022-08-01 13:47:09 +02:00
parent 5edbdd127a
commit bd7dfac5eb
28 changed files with 64 additions and 64 deletions

View file

@ -5,7 +5,7 @@
//! compiler into submodules of this module (e.g proc_macro_srv::abis::abi_1_47).
//!
//! All of these ABIs are subsumed in the `Abi` enum, which exposes a simple
//! interface the rest of rust analyzer can use to talk to the macro
//! interface the rest of rust-analyzer can use to talk to the macro
//! provider.
//!
//! # Adding a new ABI