Skip to content

Commit

Permalink
fix: trivial message
Browse files Browse the repository at this point in the history
  • Loading branch information
klardotsh committed Feb 11, 2022
1 parent b3cc8c0 commit ec502db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/combinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl StepHandler for CombinatorHandler {
}
},

_ => unreachable!("HttpHandler only handles HTTP, Pipeline should have guarded"),
_ => unreachable!("CombinatorHandler only handles Combinator, Pipeline should have guarded"),
}
}
}
Expand Down

0 comments on commit ec502db

Please sign in to comment.