Skip to content

Commit

Permalink
Consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Feb 24, 2023
1 parent 21e9c27 commit d59c957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/src/main/paradox/reference/Sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ trait AnHttpService[IO] {
}
case class AnHttpServiceImpl(pool: MySessionPool) extends AnHttpService[IO] {

lazy val db = ValuationDb.fromSessionPool(pool)
lazy val db = StuffDb.fromSessionPool(pool)

def getStuff(): IO[List[Stuff]] =
db.getStuffs().map(???)
Expand Down

0 comments on commit d59c957

Please sign in to comment.