Skip to content

Commit ad5d676

Browse files
authored
Merge pull request #4696 from graves501/patch-1
Fix typo in example git.rs
2 parents 100f01b + ad6778d commit ad5d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ fn main() {
130130
.collect::<Vec<_>>();
131131
println!("Calling out to {ext:?} with {args:?}");
132132
}
133-
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachabe!()
133+
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachable!()
134134
}
135135

136136
// Continued program logic goes here...

0 commit comments

Comments
 (0)