Skip to content

Commit c852e4f

Browse files
committed
fixup! where indentation
1 parent 8841a62 commit c852e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown/source_md/syntax-in-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ We could have rewritten the where section of our previous function as:
441441

442442
```{.haskell:hs}
443443
...
444-
where density = mass / volume
445-
(air, water) = (2.2, 1000.0)
444+
where density = mass / volume
445+
(air, water) = (1.2, 1000.0)
446446
```
447447

448448
Let's make another fairly trivial function where we get a first and a last name and give someone back their initials.

0 commit comments

Comments
 (0)