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;
1313use crate :: { Clock , repository_impl} ;
1414
1515/// A [`CompatAccessTokenRepository`] helps interacting with
16- /// [`CompatAccessToken`] saved in the storage backend
16+ /// [`CompatAccessToken`] saved in the storage backend
1717#[ async_trait]
1818pub trait CompatAccessTokenRepository : Send + Sync {
1919 /// The error type returned by the repository
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use url::Url;
1717
1818use crate :: { Clock , repository_impl} ;
1919
20- /// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
20+ /// An [`OAuth2ClientRepository`] helps interacting with [`Client`] saved in the
2121/// storage backend
2222#[ async_trait]
2323pub trait OAuth2ClientRepository : Send + Sync {
You can’t perform that action at this time.
0 commit comments