From 07e8c58bae734d2242388728c9c414860df4ecb2 Mon Sep 17 00:00:00 2001 From: ven Date: Tue, 23 Jan 2024 17:49:07 +0100 Subject: [PATCH] Fix typo in servant-conduit example Just a small benign typo --- servant-conduit/example/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-conduit/example/Main.hs b/servant-conduit/example/Main.hs index 85ababe00..1e4574862 100644 --- a/servant-conduit/example/Main.hs +++ b/servant-conduit/example/Main.hs @@ -58,7 +58,7 @@ server = fast :<|> slow :<|> readme :<|> proxy return $ slowConduit n readme = liftIO $ do - putStrLn "/proxy" + putStrLn "/readme" return (C.sourceFile "README.md") proxy c = liftIO $ do