Skip to content

Commit 3970eae

Browse files
authored
Merge pull request #57 from i-am-the-slime/patch-1
Update Record.purs
2 parents 42a15ba + 192914c commit 3970eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Record.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ union l r = runFn2 unsafeUnionFn l r
194194
-- | For example, hole `?help` is inferred to have type `{ b :: Int }` here:
195195
-- |
196196
-- | ```purescript
197-
-- | disjoinUnion { a: 5 } ?help :: { a :: Int, b :: Int }
197+
-- | disjointUnion { a: 5 } ?help :: { a :: Int, b :: Int }
198198
-- | ```
199199
disjointUnion
200200
:: forall r1 r2 r3

0 commit comments

Comments
 (0)