chore: Fix typo

This commit is contained in:
Ginger
2026-03-23 11:01:08 -04:00
parent e8a06f51b7
commit 7ff448b325
+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>,