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 f10bb76 commit ceb25c3Copy full SHA for ceb25c3
tonic/src/transport/channel/service/add_origin.rs
@@ -53,7 +53,7 @@ where
53
head.uri = {
54
// Split the request URI into parts.
55
let mut uri: http::uri::Parts = head.uri.into();
56
- // Update the URI parts, setting hte scheme and authority
+ // Update the URI parts, setting the scheme and authority
57
uri.scheme = self.scheme.clone();
58
uri.authority = self.authority.clone();
59
0 commit comments