瀏覽代碼

Add missing word, "is"

The phrase, "This useful for smoothing camera movement..." appears to be missing a word. It should be, "This is useful for smoothing camera movement..." instead.
Kleidon 10 月之前
父節點
當前提交
6fac4da09e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/math/interpolation.rst

+ 1 - 1
tutorials/math/interpolation.rst

@@ -138,4 +138,4 @@ Here is how it looks:
 
 .. image:: img/interpolation_follow.gif
 
-This useful for smoothing camera movement, allies following you (ensuring they stay within a certain range), and many other common game patterns.
+This is useful for smoothing camera movement, allies following you (ensuring they stay within a certain range), and many other common game patterns.