Make docstring grammatical

This commit is contained in:
oakes
2014-01-21 16:20:16 -05:00
parent 2e2ed7a322
commit 5f6a8985f8

View File

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