Adjust docstrings and make other small fixes

This commit is contained in:
oakes
2014-04-20 21:54:53 -04:00
parent c90b607cf2
commit 62c287f53b
5 changed files with 12 additions and 12 deletions

View File

@@ -60,8 +60,7 @@
(u/call! object# ~k ~@options)))
(defn add-body!
"Creates a body from the `b-def`, adds it to the `screen` for physics
simulations and returns it.
"Creates a body from `b-def`, adds it to the `screen` and returns it.
(add-body! screen (body-def :dynamic))"
[screen b-def]