From 185600abf51c91d90916c89d490c3ae0a882dfb2 Mon Sep 17 00:00:00 2001 From: ven Date: Tue, 23 Jan 2024 17:51:18 +0100 Subject: [PATCH] Fix typo in servant-conduit example (#1721) 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