Find and replace all instances of "the all the" with "all the"

pull/759/head
Alexander Ilin 2024-08-14 22:30:44 +07:00 committed by Wilfred Hughes
parent 96ff1e8dbd
commit b021c079aa
4 changed files with 4 additions and 4 deletions

@ -339,7 +339,7 @@ fn diff_file_content(
/// incrementally.
///
/// When more than one file is modified, the hg extdiff extension passes directory
/// paths with the all the modified files.
/// paths with all the modified files.
fn diff_directories<'a>(
lhs_dir: &'a Path,
rhs_dir: &'a Path,

@ -341,7 +341,7 @@ fn diff_file_content(
/// incrementally.
///
/// When more than one file is modified, the hg extdiff extension passes directory
/// paths with the all the modified files.
/// paths with all the modified files.
fn diff_directories<'a>(
lhs_dir: &'a Path,
rhs_dir: &'a Path,

@ -733,7 +733,7 @@ fn diff_file_content(
/// incrementally.
///
/// When more than one file is modified, the hg extdiff extension passes directory
/// paths with the all the modified files.
/// paths with all the modified files.
fn diff_directories<'a>(
lhs_dir: &'a Path,
rhs_dir: &'a Path,

@ -260,7 +260,7 @@ When multiple overrides are specified, the first matching override wins."))
)
.arg(
Arg::new("list-languages").long("list-languages")
.help("Print the all the languages supported by difftastic, along with their extensions.")
.help("Print all the languages supported by difftastic, along with their extensions.")
)
.arg(
Arg::new("byte-limit").long("byte-limit")