1
Fork 0

fix various typos

This commit is contained in:
Matthias Krüger 2020-03-06 12:13:55 +01:00
parent 865b44a3e3
commit 136ad015b6
122 changed files with 153 additions and 153 deletions

View file

@ -3601,7 +3601,7 @@ fn render_impl(
use_absolute: Option<bool>,
is_on_foreign_type: bool,
show_default_items: bool,
// This argument is used to reference same type with different pathes to avoid duplication
// This argument is used to reference same type with different paths to avoid duplication
// in documentation pages for trait with automatic implementations like "Send" and "Sync".
aliases: &[String],
) {