瀏覽代碼

Fix typo in Your first 3D shader (#6061)

Alex786 3 年之前
父節點
當前提交
da35c3052d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/shaders/your_first_shader/your_first_3d_shader.rst

+ 1 - 1
tutorials/shaders/your_first_shader/your_first_3d_shader.rst

@@ -6,7 +6,7 @@ Your first 3D shader
 You have decided to start writing your own custom Spatial shader. Maybe you saw
 You have decided to start writing your own custom Spatial shader. Maybe you saw
 a cool trick online that was done with shaders, or you have found that the
 a cool trick online that was done with shaders, or you have found that the
 :ref:`SpatialMaterial <class_SpatialMaterial>` isn't quite meeting your
 :ref:`SpatialMaterial <class_SpatialMaterial>` isn't quite meeting your
-needs. Either way, you have decided to write your own and now you need figure
+needs. Either way, you have decided to write your own and now you need to figure
 out where to start.
 out where to start.
 
 
 This tutorial will explain how to write a Spatial shader and will cover more
 This tutorial will explain how to write a Spatial shader and will cover more