Merge pull request #2560 from jeremy-w/patch-1

Fix typo in doc comment
This commit is contained in:
David Christiansen 2015-08-28 08:45:11 -07:00
commit 378bbd6f98

View File

@ -4,7 +4,7 @@ module System
%default partial
%access public
||| Retrieves an value from the environment, if the given key is present,
||| Retrieves a value from the environment if the given key is present,
||| otherwise it returns Nothing.
getEnv : String -> IO (Maybe String)
getEnv key = do