Skip to content

Commit 829e9e6

Browse files
committed
Typo
1 parent c40373a commit 829e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_chapter_samples/chapter07-calculations-to-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Sample Chapter 7 - Calculations and Actions
33
layout: sample
44
---
55

6-
Neither Java nor Kotlin makes any formal distinction between imperative and functional code, although Kotlin’s emphasis on immutability and expressions generally leads to more functional programs. Can we improve our code by mak‐ ing more of it functional?
6+
Neither Java nor Kotlin makes any formal distinction between imperative and functional code, although Kotlin’s emphasis on immutability and expressions generally leads to more functional programs. Can we improve our code by making more of it functional?
77

88
## Functions
99

0 commit comments

Comments
 (0)