Modify docstrings a bit

This commit is contained in:
oakes
2014-01-21 19:11:03 -05:00
parent b83924541a
commit db4f05d4ac
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
(u/throw-key-not-found k)))
(defmacro key-code
"Returns the static field cooresponding to `k` from [Input.Keys](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/Input.Keys.html)
"Returns a static field from [Input.Keys](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/Input.Keys.html)
(key-code :a)
(key-code :page-down)"