Skip to content

Commit 19fb4c1

Browse files
committed
Remove comma splice
Reads better without a comma.
1 parent 6b5380a commit 19fb4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ function Features() {
144144
Rust GPU makes it possible to write and run GPU software in Rust,
145145
leveraging the language's powerful safety and concurrency features to
146146
enhance performance and reliability. With Rust GPU, you can seamlessly
147-
develop for both CPU and GPU using a unified codebase, all while
148-
benefiting from Rusts existing ecosystem.
147+
develop for both CPU and GPU using a unified codebase while benefiting
148+
from Rust's existing ecosystem.
149149
</p>
150150
<h2 id="multi-vendor">
151151
<FcMultipleDevices className="inline-block mb-1 mr-2" /> Multi-Vendor

0 commit comments

Comments
 (0)