📝 docs(rules): clarify scope usage for Gmail operations

- correct grammar in scope description
This commit is contained in:
Jeremiah Russell
2025-10-30 06:53:05 +00:00
committed by Jeremiah Russell
parent 23ea5a82b0
commit 01c337d94c

View File

@@ -73,7 +73,7 @@ const GMAIL_MODIFY_SCOPE: &str = "https://www.googleapis.com/auth/gmail.modify";
///
/// This scope allows all operations and is required to authorise the batch
/// delete operation. It is only used for batch delete. For all other
/// operations [`GMAIL_MODIFY_SCOPE`](Self::GMAIL_MODIFY_SCOPE) is preferred.
/// operations `GMAIL_MODIFY_SCOPE` is preferred.
const GMAIL_DELETE_SCOPE: &str = "https://mail.google.com/";
/// Internal trait defining the minimal operations needed for rule processing.