فهرست منبع

Fixed typos in Shading tutorial

Frido 6 سال پیش
والد
کامیت
6d9e3b6701
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      tutorials/shading/migrating_to_godot_shader_language.rst

+ 2 - 2
tutorials/shading/migrating_to_godot_shader_language.rst

@@ -125,8 +125,8 @@ Variables
 ^^^^^^^^^
 In order to make writing fragment shaders straightforward and easy, Shadertoy handles passing a lot 
 of helpful information from the main program into the fragment shader for you. A few of these 
-have no equivalents in Godot becuase Godot has chosen not to make them available by default. 
-This is okay becuase Godot gives you the ability to make your own uniforms. For variables whose 
+have no equivalents in Godot because Godot has chosen not to make them available by default. 
+This is okay because Godot gives you the ability to make your own uniforms. For variables whose 
 equivalents are listed as "Provide with Uniform", the user is responsible for creating that 
 uniform themself. The description gives the reader a hint about what they can pass in as a substitute.