Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 13, 2024
1 parent 5152fcd commit 4d8cf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strongweak/Strengthen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import Data.Bits ( FiniteBits )

import Data.Typeable ( Typeable, TypeRep, typeRep, Proxy(Proxy) )

{- | Attempt to strengthen some @'Weak' a@, asserting certain invariants.
{- | Attempt to strengthen some @'Weakened' a@, asserting certain invariants.
We take 'Weaken' as a superclass in order to maintain strong/weak type pair
consistency. We choose this dependency direction because we treat the strong
Expand Down

0 comments on commit 4d8cf90

Please sign in to comment.