Explorar o código

Fix typo ("blackslash") on shader preprocessor page

Hendrik Mans %!s(int64=2) %!d(string=hai) anos
pai
achega
57a1bce6e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/shaders/shader_reference/shader_preprocessor.rst

+ 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