]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorVeetaha <veetaha2@gmail.com>
Mon, 20 Apr 2020 19:07:47 +0000 (22:07 +0300)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 19:07:47 +0000 (22:07 +0300)
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
crates/ra_proc_macro_srv/src/lib.rs

index f64e05a2d966828e9e0d3a55b4994f0f6a96a8e0..3aca859db34b03e089c5fc8c7e9524556bc54a26 100644 (file)
@@ -5,7 +5,7 @@
 //!
 //! But we adapt it to better fit RA needs:
 //!
-//! * We use `ra_tt` for proc-macro `TokenStream` server, it is easy to manipulate and interact with
+//! * We use `ra_tt` for proc-macro `TokenStream` server, it is easier to manipulate and interact with
 //!   RA than `proc-macro2` token stream.
 //! * By **copying** the whole rustc `lib_proc_macro` code, we are able to build this with `stable`
 //!   rustc rather than `unstable`. (Although in gerenal ABI compatibility is still an issue)