Skip to content

Commit 58e5504

Browse files
authored
Remove comma splice (#18)
Reads better without a comma.
1 parent 7e12cdb commit 58e5504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

+2-2
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)