Skip to content

Commit

Permalink
Correct typo in README (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored Mar 15, 2021
1 parent 20aa434 commit a24a5fc
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 @@ -58,7 +58,7 @@ the library. So below you can find the key design principles behind `relude`:
use space-leaks-free functions (e.g. our custom performant `sum` and `product`), introduce
`{-# INLINE #-}` and `{-# SPECIALIZE #-}` pragmas where
appropriate, and make efficient container types
(e.g. `Map`, `HashMap`, `Set`) more accesible.
(e.g. `Map`, `HashMap`, `Set`) more accessible.

5. **Minimalism** (low number of dependencies). We do not force users of
`relude` to stick to any specific lens or text formatting or logging
Expand Down

0 comments on commit a24a5fc

Please sign in to comment.