docs: update function composition

This commit is contained in:
Ilkka Seppälä
2024-06-03 16:11:33 +03:00
parent c5de9f637e
commit d872bf97c9
+1 -1
View File
@@ -31,7 +31,7 @@ Real-world example
In plain words
> The Function Composer pattern allows building complex functions by combining simpler ones, making it easier to manage, test, and reuse individual pieces of functionality.
> The Function Composition pattern allows building complex functions by combining simpler ones, making it easier to manage, test, and reuse individual pieces of functionality.
Wikipedia says