diff --git a/collects/net/scribblings/sendmail.scrbl b/collects/net/scribblings/sendmail.scrbl index cdb4be97a1..a51f7b8d4e 100644 --- a/collects/net/scribblings/sendmail.scrbl +++ b/collects/net/scribblings/sendmail.scrbl @@ -9,7 +9,7 @@ @defmodule[net/sendmail]{The @schememodname[net/sendmail] module provides tools for sending electronic mail messages using a @exec{sendmail} program on the local system. See also the -@scheme[net/smtp] package, which sends mail via SMTP.} +@schememodname[net/smtp] package, which sends mail via SMTP.} All strings used in mail messages are assumed to conform to their corresponding SMTP specifications, except as noted otherwise.