From 86ee4f55c56dc417872535707a88ac76e6995b5c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 3 Jul 2025 14:53:40 +0200 Subject: [PATCH] :books: Update docstring --- common/src/app/common/types/path/bool.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/path/bool.cljc b/common/src/app/common/types/path/bool.cljc index 9be2c5a792..af9be976b2 100644 --- a/common/src/app/common/types/path/bool.cljc +++ b/common/src/app/common/types/path/bool.cljc @@ -412,7 +412,7 @@ (defn calculate-content "Create a bool content from a collection of contents and specified - type." + type. Returns plain segments" [bool-type contents] ;; We apply the boolean operation in to each pair and the result to the next ;; element