Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Jan 7, 2020
1 parent c486dc1 commit 7fc570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nonbili/Postgres/Pool.purs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Nonbili.Postgres.Config (Config)
-- | `pg.Pool` object.
data Pool

-- | Pooled client boject.
-- | Pooled client object.
data Client

foreign import newPool_ :: Json -> Effect Pool
Expand Down

0 comments on commit 7fc570b

Please sign in to comment.