Skip to content

Commit

Permalink
Find and replace all instances of "the all the" with "all the"
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilin authored and Wilfred committed Aug 26, 2024
1 parent 96ff1e8 commit b021c07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo_files/1/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion demo_files/2/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b021c07

Please sign in to comment.