From 81207a6ccafc726a318aaf8cbf1c1a0c682a4185 Mon Sep 17 00:00:00 2001 From: Ulysses Popple Date: Mon, 11 Mar 2019 22:24:05 -0400 Subject: [PATCH] Fix documentation error Sorry for the tiny PR. --- Source/arcadia/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/arcadia/core.clj b/Source/arcadia/core.clj index 6650b374..98c48aa2 100644 --- a/Source/arcadia/core.clj +++ b/Source/arcadia/core.clj @@ -773,7 +773,7 @@ (role+ obj, :example-role, - {:state 45, {:update #'on-update, :on-collision-enter #'on-collision-enter}}) + {:state 45, :update #'on-update, :on-collision-enter #'on-collision-enter}}) ``` has the same effect as