File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use ulid::Ulid;
13
13
use crate :: { Clock , repository_impl} ;
14
14
15
15
/// A [`CompatAccessTokenRepository`] helps interacting with
16
- /// [`CompatAccessToken`] saved in the storage backend
16
+ /// [`CompatAccessToken`] saved in the storage backend
17
17
#[ async_trait]
18
18
pub trait CompatAccessTokenRepository : Send + Sync {
19
19
/// The error type returned by the repository
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use url::Url;
17
17
18
18
use crate :: { Clock , repository_impl} ;
19
19
20
- /// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
20
+ /// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
21
21
/// storage backend
22
22
#[ async_trait]
23
23
pub trait OAuth2ClientRepository : Send + Sync {
You can’t perform that action at this time.
0 commit comments