Juan Linietsky 6 年之前
父节点
当前提交
82ffb39992
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/misc/jitter_stutter.rst

+ 1 - 1
tutorials/misc/jitter_stutter.rst

@@ -43,7 +43,7 @@ frame timer.
 Stutter
 -------
 
-Stutter may happen due to two different reason. The first, and most obvious one, is the game not being able to keep full
+Stutter may happen due to two different reasons. The first, and most obvious one, is the game not being able to keep full
 framerate performance. Solving this is game specific and will require optimization.
 
 The second is more complicated, because it is often not associated to the engine or game but the underlying operating system.