diff --git a/servant/src/Servant/API.hs b/servant/src/Servant/API.hs index 3a2c768c..f1bee3bd 100644 --- a/servant/src/Servant/API.hs +++ b/servant/src/Servant/API.hs @@ -34,7 +34,7 @@ module Servant.API ( -- * Streaming endpoints, distinguished by HTTP method module Servant.API.Stream, --- * Authentication + -- * Authentication module Servant.API.BasicAuth, -- * Endpoints description