Fix typo in TUTORIAL.md

This commit is contained in:
R. N. West 2023-09-17 13:54:24 +01:00 committed by GitHub
parent 8ec512b437
commit 937493256d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ myLayout = tiled ||| Mirror tiled ||| Full
```
The so-called `where`-clause above simply consists of local declarations
that might clutter things up where they all declared at the top-level
that might clutter things up were they all declared at the top-level
like this
``` haskell