Skip to content

Commit f4e7b83

Browse files
authored
refactor(app/inbound): fix a broken intradoc link (#4267)
Signed-off-by: katelyn martin <[email protected]>
1 parent 7edbed9 commit f4e7b83

File tree

1 file changed

+1
-1
lines changed
  • linkerd/app/inbound/src/policy

1 file changed

+1
-1
lines changed

linkerd/app/inbound/src/policy/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ impl<T> Permitted<T> {
478478
(target, permit)
479479
}
480480

481-
/// Returns the [`RouteLabels`] from the underlying permit.
481+
/// Returns the route labels from the underlying permit.
482482
pub fn route_labels(&self) -> RouteLabels {
483483
self.permit_ref().labels.route.clone().into()
484484
}

0 commit comments

Comments
 (0)