From 77ac55eb835248d93af65d595284eed6102d0353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marduk=20Bola=C3=B1os?= Date: Tue, 21 Oct 2025 20:15:38 +0200 Subject: [PATCH] Improved the formatting in the docstring of db->tree --- src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc b/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc index 8a4f9cc9..6143b2b8 100644 --- a/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc +++ b/src/main/com/fulcrologic/fulcro/algorithms/denormalize.cljc @@ -215,9 +215,9 @@ (defn db->tree "Pull a tree of data from a fulcro normalized database as a tree corresponding to the given query. - query - EQL. - starting-entity - A map of data or ident at which to start. - state-map - The overall normalized database from which idents can be resolved. + - `query` - EQL. + - `starting-entity` - A map of data or ident at which to start. + - `state-map` - The overall normalized database from which idents can be resolved. Returns a tree of data where each resolved data node is also marked with the current *denormalize-time* (dynamically bound outside of this call). Users of this function that