Skip to content
Snippets Groups Projects
Commit 9171c7f8 authored by Ben Gamari's avatar Ben Gamari
Browse files

base: Fix typo

parent c617c1fb
No related merge requests found
......@@ -188,7 +188,7 @@ threadDelay time
case delay# time# s of { s' -> (# s', () #)
}}
-- | Switch the value of returned 'TVar' from intial value 'False' to 'True'
-- | Switch the value of returned 'TVar' from initial value 'False' to 'True'
-- after a given number of microseconds. The caveats associated with
-- 'threadDelay' also apply.
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment