diff --git a/backend/src/email.rs b/backend/src/email.rs index 73c09b2..db83a67 100644 --- a/backend/src/email.rs +++ b/backend/src/email.rs @@ -19,7 +19,7 @@ pub enum Error { } /// A function to send an email using the given SMTP address. -/// It may timeout if the SMTP server is not reachable, see [const::SEND_EMAIL_TIMEOUT]. +/// It may timeout if the SMTP server is not reachable, see [consts::SEND_EMAIL_TIMEOUT]. pub async fn send_email( email: &str, title: &str,