Skip to content

Commit f805565

Browse files
committed
docs: fix typos
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 95dee9e commit f805565

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

crates/service/src/middleware/auth/or.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! Merge a ValidateRequest and an AsyncAuthorizeRequest
55
//!
66
//! executes a ValidateRequest returning the request if it succeeds
7-
//! or else, executed the future and return it
7+
//! or else, executes the future and return it
88
99
use std::{future::Future, marker::PhantomData, pin::Pin, task::Poll};
1010

crates/service/src/middleware/auth/tap.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//! This looks for a Context in the extensions of the request to inject
77
//! as part of the checks.
88
//!
9-
//! This also uses MetricLabels injected to
9+
//! This also uses MetricLabels injected in the receipts to provide
10+
//! metrics related to receipt check failure
1011
1112
use std::{future::Future, sync::Arc};
1213

0 commit comments

Comments
 (0)