Skip to content

Commit

Permalink
Env.hs: use new name for default service
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame authored Mar 24, 2022
1 parent f73a957 commit e590d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amazonka/src/Amazonka/Env.hs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ override f env = env {envOverride = envOverride env <> Dual (Endo f)}
-- supplied service will use this configuration instead of the default.
--
-- It's suggested you modify the default service configuration,
-- such as @Amazonka.DynamoDB.dynamoDB@.
-- such as @Amazonka.DynamoDB.defaultService@.
configure :: Service -> Env -> Env
configure s = override f
where
Expand Down

0 comments on commit e590d46

Please sign in to comment.