Make docstring grammatical
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
`(u/calls! ^EdgeShape (edge*) ~@options))
|
||||
|
||||
(defmacro edge!
|
||||
"Calls a single method on a `edge`"
|
||||
"Calls a single method on an `edge`"
|
||||
[object k & options]
|
||||
`(u/call! ^EdgeShape ~object ~k ~@options))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user