Quellcode durchsuchen

Fix typo ("blackslash") on shader preprocessor page

Hendrik Mans vor 2 Jahren
Ursprung
Commit
57a1bce6e2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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