Skip to content

Commit 56d08b8

Browse files
committed
Two formatting changes
1 parent 12b40f0 commit 56d08b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/fp-pure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A _pure function_ can be defined like this:
1313

1414
- A function `f` is pure if, given the same input `x`, it always returns the same output `f(x)`
1515
- The function’s output depends _only_ on its input variables and its implementation
16-
- it only computes the output and does not modify the world around it.
16+
- It only computes the output and does not modify the world around it
1717

1818
This implies:
1919
- It doesn’t modify its input parameters

0 commit comments

Comments
 (0)