We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4917 commit 71dd1f6Copy full SHA for 71dd1f6
linkerd/router/src/lib.rs
@@ -19,7 +19,7 @@ pub trait SelectRoute<Req> {
19
type Key;
20
type Error: Into<Error>;
21
22
- /// Given a a request, returns the key matching this request.
+ /// Given a request, returns the key matching this request.
23
///
24
/// If no route matches the request, this method returns an error.
25
fn select(&self, req: &Req) -> Result<Self::Key, Self::Error>;
0 commit comments