Skip to content

Commit 4b59e19

Browse files
committed
ie
1 parent 94c9a47 commit 4b59e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copy/entries/five-point-haskell-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ doTheThings :: [FilePath] -> IO ()
583583
doTheThings paths = -- uh...
584584
```
585585

586-
All of a sudden not so fun. And what if you had ie a Map of files, like `Map
587-
Username FilePath`?
586+
All of a sudden not so fun. And what if you had, for example, a Map of files,
587+
like `Map Username FilePath`?
588588

589589
```haskell
590590
processAll :: Map Username Handle -> IO ()

0 commit comments

Comments
 (0)