Skip to content

Commit

Permalink
Fix misspelling of "HTTP"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraai authored Jan 5, 2024
1 parent 4ce9cec commit ba6b780
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 ba6b780

Please sign in to comment.