Skip to content

Commit 4996e2e

Browse files
committed
[Project] Minor readme fixes
1 parent fc0c3b5 commit 4996e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ element-wise addition, matrix-matrix multiplication and Kronecker product.
2121

2222
**As a fallback** library provides sequential backend for mentioned above operations
2323
for computations on CPU side only. This backend is selected automatically
24-
if Cuda compatible is not presented in the system. This can be very quite handy for
24+
if Cuda compatible device is not presented in the system. This can be quite handy for
2525
prototyping algorithms on a local computer for later running on a powerful server.
2626

2727
### Features
@@ -267,11 +267,11 @@ This project is licensed under MIT License. License text can be found in the
267267
268268
## Acknowledgments
269269
270-
This is research project of the Programming Languages and Tools Laboratory
270+
This is a research project of the Programming Languages and Tools Laboratory
271271
at JetBrains Research company. Laboratory website [link](https://research.jetbrains.org/groups/plt_lab/).
272272
273273
## Also
274274
275275
The name of the library is formed by a combination of words *Cuda* and *Boolean*,
276276
what literally means *Cuda with Boolean* and sounds very similar to the name of
277-
the programming language *COBOL*.
277+
the programming language *COBOL*.

0 commit comments

Comments
 (0)