From 7fee9883d57588115bb5976c563f3c11d53a5895 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 20 Jan 2014 00:34:35 -0500 Subject: [PATCH] Add bang --- src/play_clj/g2d_physics.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/g2d_physics.clj b/src/play_clj/g2d_physics.clj index 4ea365f..83cb9bd 100644 --- a/src/play_clj/g2d_physics.clj +++ b/src/play_clj/g2d_physics.clj @@ -125,7 +125,7 @@ `(u/call! ^Joint ~object ~k ~@options)) (defn create-joint!* - "The function version of `create-joint`" + "The function version of `create-joint!`" [screen j-def] (box-2d! screen :create-joint j-def))