Explorar o código

Minor typography fix.

Mikael Säker %!s(int64=7) %!d(string=hai) anos
pai
achega
475ad3d07c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/tutorials/platformer.md

+ 1 - 1
docs/en/tutorials/platformer.md

@@ -103,7 +103,7 @@ This is how we integrate the acceleration and velocity to move the character in
     ```
 
 5. Check if dv exceeds the intended speed difference, clamp it in that case
-6. Save the current velocity for later use (+self.velocity+, which right now is the velocity used the previous frame):
+6. Save the current velocity for later use (`self.velocity`, which right now is the velocity used the previous frame):
 
     ```lua
     local v0 = self.velocity