Skip to content

Commit 63613a8

Browse files
committed
Fix symbol reference comment syntax.
1 parent 47bd633 commit 63613a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Materialize/Markup/Variadic.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import Materialize.Markup.Render (class Render, render, render', renderString)
1515

1616

1717
-- | Returns different types depending on what the caller wants. Primarily used
18-
-- | to return a "ClassDsl" when something is finished decorating. Sometimes
19-
-- | used to return a "Text.Smolder.Markup.Markup".
18+
-- | to return a `ClassDsl` when something is finished decorating. Sometimes
19+
-- | used to return a Smolder `Markup`.
2020
{-
2121
`r` depends on `a` so that the compiler knows when, for example, the return type
2222
is `ClassDsl b`, there exists a unique argument type, i.e., `Render a => a`,

0 commit comments

Comments
 (0)