From a117fc505be7ec3072b430b53a21da2bbb33b494 Mon Sep 17 00:00:00 2001 From: asl97 Date: Tue, 2 Jun 2015 04:45:27 +0800 Subject: [PATCH] Fix typo --- chapters/player_physics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/player_physics.md b/chapters/player_physics.md index 9a0c45b..f6dad4e 100644 --- a/chapters/player_physics.md +++ b/chapters/player_physics.md @@ -59,4 +59,4 @@ and override that has been set before, by your or anyone else's mod. * **sonic**: Set the speed multiplayer to a high value (at least 6) when a player joins the game. * **super bounce**: Increase the jump value so that the player can jump up 20 meters (1 meter is 1 block). -* **space**: Make the gravity decrease the the player gets higher and higher up. +* **space**: Make the gravity decrease as the player gets higher and higher up.