Fix typo and improve documentation for E0632

This commit is contained in:
Fabian Wolff 2021-05-23 13:31:04 +02:00
parent a435b49e86
commit 4e08bb5225
3 changed files with 27 additions and 3 deletions

View file

@ -1084,7 +1084,7 @@ declare_lint! {
///
/// ### Explanation
///
/// An function with generics must have its symbol mangled to accommodate
/// A function with generics must have its symbol mangled to accommodate
/// the generic parameter. The [`no_mangle` attribute] has no effect in
/// this situation, and should be removed.
///