Skip to content

Commit 0b0374f

Browse files
authored
Fix missing word in comment (#1178)
Line 22 (https://github.com/linkerd/linkerd2-proxy/blob/cde2816a85e2e31ce5e95ba15f41934a178b9a96/linkerd/proxy/api-resolve/src/metadata.rs#L29) of linkerd/api-resolve/src/metadata.rs has a grammar issue, where the word "know" is missing.
1 parent 724db19 commit 0b0374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkerd/proxy/api-resolve/src/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub struct Metadata {
2626

2727
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
2828
pub enum ProtocolHint {
29-
/// We don't what the destination understands, so forward messages in the
29+
/// We don't know what the destination understands, so forward messages in the
3030
/// protocol we received them in.
3131
Unknown,
3232
/// The destination can receive HTTP2 messages.

0 commit comments

Comments
 (0)