Skip to content

Commit fb99ef1

Browse files
Fix grammar in Pong game draw calls example (#185)
Fixed grammar type where `here is are` was used.
1 parent c1dd531 commit fb99ef1

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/07_optimizing_texture_rendering

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/07_optimizing_texture_rendering/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Every time the [**SpriteBatch.Draw**](xref:Microsoft.Xna.Framework.Graphics.Spri
2020
> [!NOTE]
2121
> A texture swap occurs when the GPU needs to switch between different textures during rendering. While each individual swap may seem trivial, the cumulative effect in a complex game can significantly impact performance.
2222
23-
For example, here is are the simplified draw call for an example Pong game:
23+
For example, here are the simplified draw calls for an example Pong game:
2424

2525
[!code-csharp[](./snippets/pong_example.cs)]
2626

0 commit comments

Comments
 (0)