Skip to content

Commit

Permalink
Update steps.md
Browse files Browse the repository at this point in the history
minor typo - but at it shows that someone is looking at the code
  • Loading branch information
MatrixMike authored Oct 17, 2024
1 parent 4484b47 commit 8a6d1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ While Haskell can infer
the types of most expressions, it is recommended that top-level definitions
are annotated with their types.

Now our `hello.hs` source file should looks like this:
Now our `hello.hs` source file should look like this:

```hs
main :: IO ()
Expand Down

0 comments on commit 8a6d1be

Please sign in to comment.