Skip to content

Commit

Permalink
Merge pull request #118 from eyeinsky/master
Browse files Browse the repository at this point in the history
Fix minor language issues
  • Loading branch information
snoyberg authored Jan 12, 2024
2 parents 95999d5 + bc24ed2 commit e2d9c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unliftio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ __NOTE__ The `UnliftIO.Exception` module in this library changes the semantics o
* Drop the deps on `monad-control`, `lifted-base`, and `exceptions`
* Compilation failures? You may have just avoided subtle runtime bugs

Sound like magic? It's not. Keep reading!
Sounds like magic? It's not. Keep reading!

## Unlifting in 2 minutes

Expand Down Expand Up @@ -366,7 +366,7 @@ for `safe-exceptions`. In the future, we may reimplement
The `unliftio-core` package provides just the typeclass with minimal
dependencies (just `base` and `transformers`). If you're writing a
library, we recommend depending on that package to provide your
instances. The `unliftio` package is a "batteries loaded" library
instances. The `unliftio` package is a "batteries included" library
providing a plethora of pre-unlifted helper functions. It's a good
choice for importing, or even for use in a custom prelude.

Expand All @@ -379,7 +379,7 @@ plan is to move those instances into the respective libraries and
remove the dependency on them here.

If there are other temporary orphans that should be added, please
bring it up in the issue tracker or send a PR, but we'll need to be
bring them up in the issue tracker or send a PR, but we'll need to be
selective about adding dependencies.

## Future questions
Expand Down

0 comments on commit e2d9c1f

Please sign in to comment.