Skip to content

Commit 71dd1f6

Browse files
authored
nit(router): fix comment typo (#4120)
Signed-off-by: katelyn martin <[email protected]>
1 parent 5bc4917 commit 71dd1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/router/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub trait SelectRoute<Req> {
1919
type Key;
2020
type Error: Into<Error>;
2121

22-
/// Given a a request, returns the key matching this request.
22+
/// Given a request, returns the key matching this request.
2323
///
2424
/// If no route matches the request, this method returns an error.
2525
fn select(&self, req: &Req) -> Result<Self::Key, Self::Error>;

0 commit comments

Comments
 (0)