mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix some typos of "definition"
This commit is contained in:
@@ -60,7 +60,7 @@ pub(crate) fn plant_decl_into_local_module(
|
||||
}
|
||||
}
|
||||
|
||||
/// Create a name definitinon from the given components, and put it into the local module.
|
||||
/// Create a name definition from the given components, and put it into the local module.
|
||||
fn define_local(
|
||||
&mut self,
|
||||
parent: Module<'ra>,
|
||||
@@ -76,7 +76,7 @@ fn define_local(
|
||||
self.plant_decl_into_local_module(ident, orig_ident.span, ns, decl);
|
||||
}
|
||||
|
||||
/// Create a name definitinon from the given components, and put it into the extern module.
|
||||
/// Create a name definition from the given components, and put it into the extern module.
|
||||
fn define_extern(
|
||||
&self,
|
||||
parent: Module<'ra>,
|
||||
|
||||
@@ -45,6 +45,7 @@ unstalled = "unstalled" # short for un-stalled
|
||||
# the non-empty form can be automatically fixed by `--bless`.
|
||||
#
|
||||
# tidy-alphabetical-start
|
||||
definitinon = "definition"
|
||||
# tidy-alphabetical-end
|
||||
|
||||
[default.extend-identifiers]
|
||||
|
||||
Reference in New Issue
Block a user