8000 docs: update function composition · yifzhang/java-design-patterns@d872bf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d872bf9

Browse files
committed
docs: update function composition
1 parent c5de9f6 commit d872bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-composition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Real-world example
3131
3232
In plain words
3333

34-
> The Function Composer pattern allows building complex functions by combining simpler ones, making it easier to manage, test, and reuse individual pieces of functionality.
34+
> The Function Composition pattern allows building complex functions by combining simpler ones, making it easier to manage, test, and reuse individual pieces of functionality.
3535
3636
Wikipedia says
3737

0 commit comments

Comments
 (0)
0