Skip to content

Commit

Permalink
fix missing paren
Browse files Browse the repository at this point in the history
  • Loading branch information
soupi committed Nov 27, 2023
1 parent 421acdf commit e1a0cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/05-glue/01-markup_to_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ headings that are not `h1`. There are a few ways to handle this:
> ```
> is understood as:
> ```hs
> (filter (2<) ((map abs) ([1, -2, 3] <> [-4, 5, 6]))
> (filter (2<)) ((map abs) ([1, -2, 3] <> [-4, 5, 6]))
> ```
>
> Which is also equivalent to the following code with less parenthesis:
Expand Down

0 comments on commit e1a0cb6

Please sign in to comment.