chore: Fix typo

This commit is contained in:
Ginger
2026-03-23 11:01:08 -04:00
committed by Ellis Git
parent 166d7d0f63
commit ab8929e2fa
+1 -1
View File
@@ -47,7 +47,7 @@ pub enum UserCommand {
/// Update or remove a user's email address.
///
/// If `email` is not supplied, the user's existing address wil be removed.
/// If `email` is not supplied, the user's existing address will be removed.
ChangeEmail {
user_id: String,
email: Option<String>,