diff --git a/crates/collab/src/auth.rs b/crates/collab/src/auth.rs index e6c43df73c6dc9972849acc5ef5fff704553f77a..dc0374df6a764d06282b68cdd4042afcd5875ac8 100644 --- a/crates/collab/src/auth.rs +++ b/crates/collab/src/auth.rs @@ -176,7 +176,7 @@ pub struct VerifyAccessTokenResult { pub impersonator_id: Option, } -/// verify access token returns true if the given token is valid for the given user. +/// Checks that the given access token is valid for the given user. pub async fn verify_access_token( token: &str, user_id: UserId,