Skip to content

Commit 102181d

Browse files
authored
Update ControlMacros.carp (#1336)
1 parent 5f01d64 commit 102181d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ControlMacros.carp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(defmacro => [:rest forms]
2929
(thread-first-internal forms))
3030

31-
(deprecated ==> "deprecated in favor of `==>`.")
31+
(deprecated ==> "deprecated in favor of `-->`.")
3232
(defmacro ==> [:rest forms]
3333
(thread-last-internal forms))
3434

0 commit comments

Comments
 (0)