Skip to content

Commit 1d24fdd

Browse files
committed
Fixed typo in example
1 parent de13540 commit 1d24fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/ConfigFile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ standalone example of doing that:
797797
>main = do
798798
> rv <- runErrorT $
799799
> do
800-
> cp <- join $ liftIO $ readfile empty "/etc/passwd"
800+
> cp <- join $ liftIO $ readfile emptyCP "/etc/passwd"
801801
> let x = cp
802802
> liftIO $ putStrLn "In the test"
803803
> nb <- get x "DEFAULT" "nobody"

0 commit comments

Comments
 (0)