Skip to content

Commit a770e09

Browse files
committed
feat: update Home.js
1 parent aca4d89 commit a770e09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/page/Home.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ def map(f: a -> b \\ ef, l: List[a]): List[b] \\ ef =
249249
</p>
250250

251251
<p>
252-
For example, the program expresses a <code>greeting</code> function that is pure
253-
modulo the current time of the day. In <code>main</code> we call the function
254-
and handle the <code>HourOfDay</code> effect by getting the real-world time
255-
from Java's <code>LocalDateTime</code>.
252+
For example, the program on the right expresses a <code>greeting</code> function
253+
that is pure modulo the current time of the day. In <code>main</code> we call
254+
the function and handle the <code>HourOfDay</code> effect by getting the
255+
real-world time from Java's <code>LocalDateTime</code>.
256256
</p>
257257
</CardText>
258258
</CardBody>

0 commit comments

Comments
 (0)