Skip to content

Commit

Permalink
Merge pull request #177 from Shimuuar/typo
Browse files Browse the repository at this point in the history
Fix typo in haddocks
  • Loading branch information
lehins authored Jan 6, 2025
2 parents 2df7069 + 9a38f18 commit 0d94513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/System/Random/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ import Data.Kind
--
-- Constructor is not exported, becasue it is important for implementation to enforce the
-- invariant of the underlying byte array being of the exact same length as the generator has
-- specified in `System.Random.Seed.SeedSize`. Use `System.Random.Seed.mkSize` and
-- `System.Random.Seed.unSize` to get access to the raw bytes in a safe manner.
-- specified in `System.Random.Seed.SeedSize`. Use `System.Random.Seed.mkSeed` and
-- `System.Random.Seed.unSeed` to get access to the raw bytes in a safe manner.
--
-- @since 1.3.0
newtype Seed g = Seed ByteArray
Expand Down

0 comments on commit 0d94513

Please # to comment.