Pārlūkot izejas kodu

Fix typo ("blackslash") on shader preprocessor page

Hendrik Mans 2 gadi atpakaļ
vecāks
revīzija
57a1bce6e2

+ 1 - 1
tutorials/shaders/shader_reference/shader_preprocessor.rst

@@ -36,7 +36,7 @@ General syntax
 - Preprocessor directives **never** end with semicolons (with the exception of ``#define``,
   where this is allowed but potentially dangerous).
 - Preprocessor directives can span several lines by ending each line with a
-  blackslash (``\``). The first line break *not* featuring a backslash will end
+  backslash (``\``). The first line break *not* featuring a backslash will end
   the preprocessor statement.
 
 #define