fix a typo
This commit is contained in:
parent
aa8e06458e
commit
1c2cc687a7
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ pub fn each_linked_rlib(
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Create an 'arlib'.
|
/// Create an 'rlib'.
|
||||||
///
|
///
|
||||||
/// An rlib in its current incarnation is essentially a renamed .a file. The rlib primarily contains
|
/// 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
|
/// the object file of the crate, but it also contains all of the object files from native
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue