Skip to content

Commit 0c9f25f

Browse files
committed
Too exciting
1 parent 5f12bb8 commit 0c9f25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_core/docs/source/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ s.sync()
9494
```
9595

9696
This example demonstrates one of the core workflows enabled by `cuda.core`: compiling and launching CUDA code.
97-
Note the clean, Pythonic interface, and absense of any direct calls to the CUDA runtime/driver APIs!
97+
Note the clean, Pythonic interface, and absense of any direct calls to the CUDA runtime/driver APIs.
9898

9999
## Examples and Recipes
100100

101-
As we mentioned before, `cuda.core` can do much more than just compile and launch kernels!
101+
As we mentioned before, `cuda.core` can do much more than just compile and launch kernels.
102102

103103
The best way to explore and learn the different features `cuda.core` is through
104104
our [`examples`][examples]. Find one that matches your use-case, and modify it to fit your needs!

0 commit comments

Comments
 (0)