Skip to content

Commit ad6778d

Browse files
authored
Fix typo in git.rs
1 parent 100f01b commit ad6778d

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)