File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131-- > githubRequest :: GH.Request 'False a -> GithubMonad a
3232-- > githubRequest = singleton
3333module 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
121121import 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
You can’t perform that action at this time.
0 commit comments