Skip to content

Commit 24f8c23

Browse files
Fix typo identified from contributor
1 parent df36c95 commit 24f8c23

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/24_shaders

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/24_shaders/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For our Dungeon Slime game, we will focus primarily on pixel shaders since we wa
6363
6464
### The Shader Pipeline
6565

66-
To understand how shaders work, it helps to visualize how data flow through the rendering pipeline.
66+
To understand how shaders work, it helps to visualize how data flows through the rendering pipeline.
6767

6868
| ![Figure 24-1: Basic shader pipeline showing how data flows through the rendering process](./images/shader-pipeline.png) |
6969
| :----------------------------------------------------------------------------------------------------------------------: |

0 commit comments

Comments
 (0)