Skip to content

Commit

Permalink
Fix word order
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Aug 18, 2024
1 parent 15d7edb commit b416041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h1>WebGL Shader Template</h1>
</p>

<p>
WebGL runs on the GPU, allowing for smooth, high-frame-rate animations. A
frame of the animation above is rendered in 30us (2021 laptop), equivalent
to 30 over a <strong>thousand</strong> frames per second.
WebGL runs on the GPU, allowing for smooth, high-frame-rate animations.
One frame of the animation above is rendered in 30us (2021 laptop),
equivalent to over <strong>30 thousand</strong> frames per second.
</p>

<p>
Expand Down

0 comments on commit b416041

Please sign in to comment.