🐛 fix(rule_processor): correct spelling of "behaviour"
- correct spelling of "behaviour" in comment for consistency
This commit is contained in:
committed by
Jeremiah Russell
parent
b26887e05a
commit
f95ac2f1ff
@@ -323,7 +323,7 @@ impl RuleProcessor for GmailClient {
|
|||||||
///
|
///
|
||||||
/// This method implements the main processing logic by delegating to the internal
|
/// This method implements the main processing logic by delegating to the internal
|
||||||
/// orchestration function, which enables better testability while maintaining
|
/// orchestration function, which enables better testability while maintaining
|
||||||
/// the same external behavior.
|
/// the same external behaviour.
|
||||||
///
|
///
|
||||||
/// The method respects the execute flag - when `false`, it runs in dry-run mode
|
/// The method respects the execute flag - when `false`, it runs in dry-run mode
|
||||||
/// and only logs what would be done without making any changes.
|
/// and only logs what would be done without making any changes.
|
||||||
|
|||||||
Reference in New Issue
Block a user