Skip to content

Commit 61a99c9

Browse files
author
Amar
committed
Replace Servant.Server.Internal.Enter with Servant.Utils.Enter in a comment
1 parent 3f4bcf7 commit 61a99c9

File tree

1 file changed

+1
-1
lines changed
  • servant-server/src/Servant/Server/Internal

1 file changed

+1
-1
lines changed

servant-server/src/Servant/Server/Internal/Context.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import GHC.TypeLits
1818
-- | 'Context's are used to pass values to combinators. (They are __not__ meant
1919
-- to be used to pass parameters to your handlers, i.e. they should not replace
2020
-- any custom 'Control.Monad.Trans.Reader.ReaderT'-monad-stack that you're using
21-
-- with 'Servant.Server.Internal.Enter.enter'.) If you don't use combinators that
21+
-- with 'Servant.Utils.Enter'.) If you don't use combinators that
2222
-- require any context entries, you can just use 'Servant.Server.serve' as always.
2323
--
2424
-- If you are using combinators that require a non-empty 'Context' you have to

0 commit comments

Comments
 (0)