Skip to content

Commit da293ff

Browse files
committed
Fix grammar
1 parent ed54efc commit da293ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/fundable/projectsDetails.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const fundableProjectsDetails = {
6868
category: "Scientific Computing",
6969
title: "SVE2 support in xsimd",
7070
pageName: "SVE2SupportInXsimd",
71-
shortDescription: "xsimd is a C++ scientific library that abstract low-level high performances computing primitives across different hardwares. We will add support for the latest SVE2 generation of ARM CPUs.",
71+
shortDescription: "xsimd is a C++ scientific library that abstracts low-level high performances computing primitives across different hardwares. We will add support for the latest SVE2 generation of ARM CPUs.",
7272
description: SVE2SupportInXsimdMD,
7373
price: "30 000 €",
7474
maxNbOfFunders: 2,
@@ -80,7 +80,7 @@ export const fundableProjectsDetails = {
8080
category: "Scientific Computing",
8181
title: "Float16 support in xsimd",
8282
pageName: "Float16SupportInXsimd",
83-
shortDescription: "xsimd is a C++ scientific library that abstract low-level high performances computing primitives across different hardwares. We will add vectorized support for half-precision 16 bits float operations where hardware supports them, and correct fallbacks elsewhere.",
83+
shortDescription: "xsimd is a C++ scientific library that abstracts low-level high performances computing primitives across different hardwares. We will add vectorized support for half-precision 16 bits float operations where hardware supports them, and correct fallbacks elsewhere.",
8484
description: Float16SupportInXsimdMD,
8585
price: "20 000 €",
8686
maxNbOfFunders: 2,

0 commit comments

Comments
 (0)