Skip to content

Commit

Permalink
Fix typo in git.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
graves501 authored Feb 7, 2023
1 parent 100f01b commit ad6778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn main() {
.collect::<Vec<_>>();
println!("Calling out to {ext:?} with {args:?}");
}
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachabe!()
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachable!()
}

// Continued program logic goes here...
Expand Down

0 comments on commit ad6778d

Please sign in to comment.