fix a typo

This commit is contained in:
Yoshiki Matsuda 2022-04-29 17:35:53 +09:00
parent aa8e06458e
commit 1c2cc687a7
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ pub fn each_linked_rlib(
Ok(())
}
/// Create an 'arlib'.
/// Create an 'rlib'.
///
/// An rlib in its current incarnation is essentially a renamed .a file. The rlib primarily contains
/// the object file of the crate, but it also contains all of the object files from native