Skip to content

Commit a660ad6

Browse files
committed
Fix warning
1 parent 1cfda0e commit a660ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Examples2/Clip.example.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docs =
2323
$ clip
2424
$ _ { content =
2525
[ T.paragraph
26-
$ S.style_ (S.css { marginBottom: S.int 0 })
26+
$ S.style_ (S.css { marginBottom: S.px 0 })
2727
$ T.truncate
2828
$$$ [ T.text $$$ "[email protected]" ]
2929
]

0 commit comments

Comments
 (0)