Skip to content

Commit 185600a

Browse files
authored
Fix typo in servant-conduit example (#1721)
Just a small benign typo
1 parent 9684ce6 commit 185600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-conduit/example/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ server = fast :<|> slow :<|> readme :<|> proxy
5858
return $ slowConduit n
5959

6060
readme = liftIO $ do
61-
putStrLn "/proxy"
61+
putStrLn "/readme"
6262
return (C.sourceFile "README.md")
6363

6464
proxy c = liftIO $ do

0 commit comments

Comments
 (0)