소스 검색

Small typo fix

Drambique 7 년 전
부모
커밋
f2afb18dbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/3d/fps_tutorial/part_one.rst

+ 1 - 1
tutorials/3d/fps_tutorial/part_one.rst

@@ -494,7 +494,7 @@ to change our acceleration to the new acceleration:
 ::
 ::
 
 
     var target = dir
     var target = dir
-    # NEW CPDE. Replaces "target *= MAX_SPEED"
+    # NEW CODE. Replaces "target *= MAX_SPEED"
     if is_sprinting:
     if is_sprinting:
         target *= MAX_SPRINT_SPEED
         target *= MAX_SPRINT_SPEED
     else:
     else: