Skip to content

Commit 74b9f0b

Browse files
authored
Merge pull request #6975 from hmans/fix-typo-shader-includes-page
Fix typo ("blackslash") on shader preprocessor page
2 parents 0ed1625 + 57a1bce commit 74b9f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/shader_preprocessor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ General syntax
3636
- Preprocessor directives **never** end with semicolons (with the exception of ``#define``,
3737
where this is allowed but potentially dangerous).
3838
- Preprocessor directives can span several lines by ending each line with a
39-
blackslash (``\``). The first line break *not* featuring a backslash will end
39+
backslash (``\``). The first line break *not* featuring a backslash will end
4040
the preprocessor statement.
4141

4242
#define

0 commit comments

Comments
 (0)