Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 296a5fe

Browse files
committed
Update paper.
1 parent 0da9ae5 commit 296a5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

study-project/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const parseOr = input =>
263263
```
264264

265265
Therefore, function composition is an important part of functional programming, because it allows us to compose complex software out of simple functions.
266-
Because both, Go and JavaScript, have support for higher-order functions, the differences, as mentioned in the higher-order functions section, are also applicable to function composition.
266+
Because both, Go and JavaScript, have support for higher-order functions, the same differences, as mentioned in the higher-order functions section, are applicable to function composition.
267267

268268
### Pure functions
269269

0 commit comments

Comments
 (0)