Skip to content

Commit

Permalink
fix a minor typo (#3703)
Browse files Browse the repository at this point in the history
L1642 `creates` -> `create`
  • Loading branch information
escwxyz authored Apr 19, 2023
1 parent 4035748 commit 191cabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ pub enum PrimitiveTopology {
TriangleList = 3,
/// Vertex data is a triangle strip. Each set of three adjacent vertices form a triangle.
///
/// Vertices `0 1 2 3 4 5` creates four triangles `0 1 2`, `2 1 3`, `2 3 4`, and `4 3 5`
/// Vertices `0 1 2 3 4 5` create four triangles `0 1 2`, `2 1 3`, `2 3 4`, and `4 3 5`
TriangleStrip = 4,
}

Expand Down

0 comments on commit 191cabc

Please sign in to comment.