Fix a typo

This commit is contained in:
Michael Snoyman 2017-06-01 15:27:25 +03:00
parent 999c863fb7
commit 8656e5b40c
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -269,7 +269,7 @@ main = hspec $ do
So apparently, if you're totally bought in on the lens ecosystem,
you're free to never use your data constructors again and just use
`re`. But anyway, we were dealing with JSON data; can we constructor a
`re`. But anyway, we were dealing with JSON data; can we construct a
simple JSON value like this? Sure.
```haskell