Skip to content

Commit

Permalink
delete extra word (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiixing authored Sep 8, 2024
1 parent a39579d commit c9d23c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/lessons/webgpu-compute-shaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const code = `

We used a JavaScript template literal so we can set the workgroup size
from the JavaScript variable `workgroupSize`. This ends up being
hard hard coded into the shader.
hard coded into the shader.

Now that we have the shader we can make 3 buffers to store these results.

Expand Down

0 comments on commit c9d23c8

Please sign in to comment.