Make macro name consistent

This commit is contained in:
oakes
2014-02-13 12:32:55 -05:00
parent 0d1f1f1dad
commit 0b35a1d9ee

View File

@@ -157,7 +157,7 @@
[& options]
`(u/calls! ^ChainShape (chain*) ~@options))
(defmacro chain-shape!
(defmacro chain!
"Calls a single method on a `chain`"
[object k & options]
`(u/call! ^ChainShape ~object ~k ~@options))