Skip to content

Commit

Permalink
Merge pull request #4 from kraai/patch-1
Browse files Browse the repository at this point in the history
Fix misspelling of "HTTP"
  • Loading branch information
domenkozar authored Jan 6, 2024
2 parents 4ce9cec + ba6b780 commit 6310076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A retry Haskell library for humans:

## HTTP

- `Stamina.HTPP.retry :: (MonadIO m, MonadCatch m) => Stamina.RetrySettings -> (Stamina.RetryStatus -> m a) -> m a`
- `Stamina.HTTP.retry :: (MonadIO m, MonadCatch m) => Stamina.RetrySettings -> (Stamina.RetryStatus -> m a) -> m a`

## Basic example

Expand Down

0 comments on commit 6310076

Please sign in to comment.