From b021c079aad7cbc7062cf0cbd72d759a1273cc1a Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Wed, 14 Aug 2024 22:30:44 +0200 Subject: [PATCH] Find and replace all instances of "the all the" with "all the" --- demo_files/1/src/main.rs | 2 +- demo_files/2/src/main.rs | 2 +- src/main.rs | 2 +- src/options.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo_files/1/src/main.rs b/demo_files/1/src/main.rs index b736e5355..198861384 100644 --- a/demo_files/1/src/main.rs +++ b/demo_files/1/src/main.rs @@ -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, diff --git a/demo_files/2/src/main.rs b/demo_files/2/src/main.rs index c0e7a20df..fa682a2cc 100644 --- a/demo_files/2/src/main.rs +++ b/demo_files/2/src/main.rs @@ -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, diff --git a/src/main.rs b/src/main.rs index 772f3175b..4aad36761 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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, diff --git a/src/options.rs b/src/options.rs index 774da3586..df1f1d962 100644 --- a/src/options.rs +++ b/src/options.rs @@ -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")