Fix doc comment.

This commit is contained in:
Dillon Kearns 2019-09-15 17:00:36 -07:00
parent d937bfdaa2
commit 213d1af929

View File

@ -108,12 +108,9 @@ canonicalLink maybePath =
{-| Example:
metaProperty
[ ( "property", "og:type" )
, ( "content", "article" )
]
Head.metaProperty "fb:app_id" ( Head.raw "123456789" )
Results in `<meta property="og:type" content="article" />`
Results in `<meta property="fb:app_id" content="123456789" />`
-}
metaProperty : String -> AttributeValue pathKey -> Tag pathKey