Skip to content

Commit a608415

Browse files
Fix spacing between closing ]
1 parent b424064 commit a608415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Bind.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ instance bindFn :: Bind ((->) r) where
7777
-- | -- ... is the same as...
7878
-- | [ ("a" <> "c"), ("a" <> "d"), ("b" <> "c"), ("b" <> "d") ]
7979
-- | -- which simplifies to...
80-
-- | [ "ac", "ad", "bc", "bd"]
80+
-- | [ "ac", "ad", "bc", "bd" ]
8181
-- | ```
8282
instance bindArray :: Bind Array where
8383
bind = arrayBind

0 commit comments

Comments
 (0)