Skip to content

Commit d502bbb

Browse files
authored
Remove note about specific effect type (#24)
1 parent 19b33c4 commit d502bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/JSDate.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ foreign import dateMethod :: forall a. Fn2 String JSDate a
153153
-- | behaviour for a given string. The RFC2822 and ISO8601 date string formats
154154
-- | should parse consistently.
155155
-- |
156-
-- | The `LOCALE` effect is present here as if no time zone is specified in the
156+
-- | This function is effectful because if no time zone is specified in the
157157
-- | string the current locale's time zone will be used instead.
158158
foreign import parse :: String -> Effect JSDate
159159

0 commit comments

Comments
 (0)