Skip to content

Commit f95894a

Browse files
authoredOct 27, 2020
Merge pull request #13 from friedbrice/patch-1
Update DOM.purs
2 parents 4c0b3eb + 2894aa2 commit f95894a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/React/Basic/DOM.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-- | safely.
33
-- |
44
-- | __*Note:* DOM element props are provided as records, and checked using `Union`
5-
-- | constraints. This means that we don't need to provide all props, but any we
6-
-- | do provide must have the correct types.__
5+
-- | constraints. This allows callers to supply only a subset of the props, and the
6+
-- | compiler will ensure that the provided props exist and have the correct types.__
77
module React.Basic.DOM
88
( module Internal
99
, render

0 commit comments

Comments
 (0)