]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/schema.rs
Various minor/cosmetic improvements to code
[rust.git] / src / librustc_metadata / schema.rs
index fc3af6cf2e7320a248b9cb15211142bddf5f797f..1ae3f0a12bdd0ae912a66ab9b9087001eac722e1 100644 (file)
@@ -40,7 +40,7 @@ pub fn rustc_version() -> String {
 }
 
 /// Metadata encoding version.
-/// NB: increment this if you change the format of metadata such that
+/// N.B., increment this if you change the format of metadata such that
 /// the rustc version can't be found to compare with `rustc_version()`.
 pub const METADATA_VERSION: u8 = 4;