Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b924756

Browse files
authored
Fix typo
1 parent 807d74c commit b924756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub/Request.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
-- > githubRequest :: GH.Request 'False a -> GithubMonad a
3232
-- > githubRequest = singleton
3333
module GitHub.Request (
34-
-- * A convinient execution of requests
34+
-- * A convenient execution of requests
3535
github,
3636
github',
3737
GitHubRW,
@@ -121,10 +121,10 @@ import GitHub.Data.Request
121121
import Paths_github (version)
122122

123123
-------------------------------------------------------------------------------
124-
-- Convinience
124+
-- Convenience
125125
-------------------------------------------------------------------------------
126126

127-
-- | A convinience function to turn functions returning @'Request' rw x@,
127+
-- | A convenience function to turn functions returning @'Request' rw x@,
128128
-- into functions returning @IO (Either 'Error' x)@.
129129
--
130130
-- >>> :t \auth -> github auth userInfoForR

0 commit comments

Comments
 (0)