diff --git a/yesod-form/Yesod/Form/Fields.hs b/yesod-form/Yesod/Form/Fields.hs index 5ccbe208..81daa7cf 100644 --- a/yesod-form/Yesod/Form/Fields.hs +++ b/yesod-form/Yesod/Form/Fields.hs @@ -349,7 +349,7 @@ $newline never , fieldEnctype = UrlEncoded } --- | Creates an input with @type="email"@ with the attribute; browsers might implement this as taking a comma separated list of emails. Each email address is validated as described in 'emailField'. +-- | Creates an input with @type="email"@ with the attribute; browsers might implement this as taking a comma separated list of emails. Each email address is validated as described in 'emailField'. -- -- Since 1.3.7 multiEmailField :: Monad m => RenderMessage (HandlerSite m) FormMessage => Field m [Text]