Fix typo defenition -> definition

This commit is contained in:
Marcus Klaas de Vries 2019-01-08 23:38:51 +01:00
parent 46f74e33ca
commit f8261d611a
8 changed files with 21 additions and 21 deletions

View file

@ -37,7 +37,7 @@ impl Module {
Ok(Some(link.name(&module_tree).clone()))
}
pub fn defenition_source_impl(
pub fn definition_source_impl(
&self,
db: &impl HirDatabase,
) -> Cancelable<(FileId, ModuleSource)> {