From 19fb4c1f9eb1a9265f98c629404fa681bf0b8896 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 6 Nov 2024 14:55:14 -0400 Subject: [PATCH] Remove comma splice Reads better without a comma. --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f7001f5..ab13d92 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -144,8 +144,8 @@ function Features() { Rust GPU makes it possible to write and run GPU software in Rust, leveraging the language's powerful safety and concurrency features to enhance performance and reliability. With Rust GPU, you can seamlessly - develop for both CPU and GPU using a unified codebase, all while - benefiting from Rust’s existing ecosystem. + develop for both CPU and GPU using a unified codebase while benefiting + from Rust's existing ecosystem.

Multi-Vendor