Skip to content

Commit 658af12

Browse files
authored
Merge pull request #237 from FourierFlows/ncc/docs-gpu-patch
Minor typo in Docs/GPU section
2 parents ce12702 + 26d004a commit 658af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's easy to construct a grid that lives on the GPU. Calling:
1818
```julia
1919
dev = GPU()
2020
n, L = 16, 2.0
21-
grid = OneDGrid(GPU(), n, L)
21+
grid = OneDGrid(dev, n, L)
2222

2323
OneDimensionalGrid
2424
├─────────── Device: GPU

0 commit comments

Comments
 (0)