Skip to content

Commit

Permalink
Merge pull request #47 from sekunho/fix/configufation-type
Browse files Browse the repository at this point in the history
fix: Configufation -> Configuration
  • Loading branch information
nikita-volkov authored Dec 9, 2024
2 parents 36120b3 + 0b7c0c2 commit 97c36cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/other/Hasql/Pool/Config/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Hasql.Pool.Observation (Observation)
import Hasql.Pool.Prelude
import Hasql.Session qualified as Session

-- | Configufation for Hasql connection pool.
-- | Configuration for Hasql connection pool.
data Config = Config
{ size :: Int,
acquisitionTimeout :: DiffTime,
Expand Down

0 comments on commit 97c36cb

Please sign in to comment.