Update ControlMacros.carp (#1336)

This commit is contained in:
rgkirch 2021-10-14 04:24:59 -04:00 committed by GitHub
parent 5f01d64406
commit 102181d244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))