Fix a typo

This commit is contained in:
Michael Snoyman 2017-12-15 15:43:33 +03:00
parent 75027de06a
commit e84294ee71
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -648,7 +648,7 @@ But this is great
sum [1..1000000]
```
* Doesn't is allocate 8mb of ints?
* Doesn't it allocate 8mb of ints?
* Nope, laziness!
* Just a thunk telling us how to get the rest of the list