From 102181d2442422b9fc81817f654d77f067a397d9 Mon Sep 17 00:00:00 2001 From: rgkirch <6143833+rgkirch@users.noreply.github.com> Date: Thu, 14 Oct 2021 04:24:59 -0400 Subject: [PATCH] Update ControlMacros.carp (#1336) --- core/ControlMacros.carp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ControlMacros.carp b/core/ControlMacros.carp index 47460d38..e13142aa 100644 --- a/core/ControlMacros.carp +++ b/core/ControlMacros.carp @@ -28,7 +28,7 @@ (defmacro => [:rest forms] (thread-first-internal forms)) -(deprecated ==> "deprecated in favor of `==>`.") +(deprecated ==> "deprecated in favor of `-->`.") (defmacro ==> [:rest forms] (thread-last-internal forms))