]> git.lizzy.rs Git - rust.git/blobdiff - src/libproc_macro/bridge/mod.rs
Various minor/cosmetic improvements to code
[rust.git] / src / libproc_macro / bridge / mod.rs
index f03c63fc04c8146800f6b2a133a9d64bd67e975a..edb4d3fbdaabb6208c1e0695eb1f728d19263bd0 100644 (file)
@@ -14,7 +14,7 @@
 //! Serialization (with C ABI buffers) and unique integer handles are employed
 //! to allow safely interfacing between two copies of `proc_macro` built
 //! (from the same source) by different compilers with potentially mismatching
-//! Rust ABIs (e.g. stage0/bin/rustc vs stage1/bin/rustc during bootstrap).
+//! Rust ABIs (e.g., stage0/bin/rustc vs stage1/bin/rustc during bootstrap).
 
 #![deny(unsafe_code)]