From 6352e599d73a1b8f7776d1696f9f4bbc66e5c73b Mon Sep 17 00:00:00 2001 From: Philipp Marek <philipp@marek.priv.at> Date: Mon, 25 Oct 2021 10:09:17 +0200 Subject: [PATCH] Fix !23. --- alexandria-2/control-flow.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alexandria-2/control-flow.lisp b/alexandria-2/control-flow.lisp index 3098737..668c682 100644 --- a/alexandria-2/control-flow.lisp +++ b/alexandria-2/control-flow.lisp @@ -19,7 +19,7 @@ The THREAD-FIRST-P decides where to thread the FORMS, accumulating in ACC." "Lines up FORMS elements as the first argument of their successor. Example: - (thread-first + (line-up-first 5 (+ 20) / @@ -37,7 +37,7 @@ threading." "Lines up FORMS elements as the last argument of their successor. Example: - (thread-last + (line-up-last 5 (+ 20) / -- GitLab