From 01bcfedd928904be88dd7febdf1fc5f10fa4df96 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 19 Jan 2014 18:38:31 -0500 Subject: [PATCH] Fix typo --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 3ea0718..74858a5 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -133,7 +133,7 @@ We already know how to change an entity's position, so let's leverage that to ma nil)) ``` -Now we can update out `:on-key-down` and `:on-touch-down` functions to move the entity. Note that we are technically returning a single entity rather than an entities list, but play-clj will turn it back into a list automatically. +Now we can update our `:on-key-down` and `:on-touch-down` functions to move the entity. Note that we are technically returning a single entity rather than an entities list, but play-clj will turn it back into a list automatically. ```clojure :on-key-down