From d872bf97c9d26c068cd4fe6123576534865c02a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 3 Jun 2024 16:11:33 +0300 Subject: [PATCH] docs: update function composition --- function-composition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-composition/README.md b/function-composition/README.md index 85a6f5303..dec490584 100644 --- a/function-composition/README.md +++ b/function-composition/README.md @@ -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