Skip to content

Commit

Permalink
Fix typo in servant-conduit example (#1721)
Browse files Browse the repository at this point in the history
Just a small benign typo
  • Loading branch information
vendethiel authored Jan 23, 2024
1 parent 9684ce6 commit 185600a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-conduit/example/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 185600a

Please sign in to comment.