Skip to content

Commit 1f43f0e

Browse files
konsumlammBodigrim
andauthored
Fix typo
Co-authored-by: ˌbodʲɪˈɡrʲim <[email protected]>
1 parent 07633d9 commit 1f43f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Control/Parallel.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ infixr 0 `par`, `pseq`
3838
-- argument in parallel with the second. Returns the value of the
3939
-- second argument.
4040
--
41-
-- The result of @a ``par`` b@ is always @b@, regardless of wether
41+
-- The result of @a ``par`` b@ is always @b@, regardless of whether
4242
-- @a@ evaluates to a bottom, so for example @par undefined x = x@.
4343
--
4444
-- @par@ is generally used when the value of @a@ is likely to be

0 commit comments

Comments
 (0)