mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
typo
This commit is contained in:
parent
281a5d9e6e
commit
7c997464a3
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ impl<'a> RouteMatch<'a> {
|
|||
impl<'a> From<&RouteMatch<'a>> for Cow<'a, str> {
|
||||
fn from(value: &RouteMatch<'a>) -> Self {
|
||||
match value {
|
||||
RouteMatch::Unmatched => "Umatched".into(),
|
||||
RouteMatch::Unmatched => "Unmatched".into(),
|
||||
RouteMatch::Route(route, _) => (*route).into(),
|
||||
RouteMatch::Remote(a, "") => format!("remote.{a}").into(),
|
||||
RouteMatch::Public(a, "") => format!("public.{a}").into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue