Skip to content

Commit bbd8158

Browse files
authored
Fix some grammatical errors on docstring of GenericMemory (#56197)
1 parent 7ee3ba9 commit bbd8158

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/genericmemory.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Fixed-size [`DenseVector{T}`](@ref DenseVector).
99
1010
`kind` can currently be either `:not_atomic` or `:atomic`. For details on what `:atomic` implies, see [`AtomicMemory`](@ref)
1111
12-
`addrspace` can currently only be set to Core.CPU. It is designed to to permit extension by other systems
13-
such as GPUs, which might define values such as:
12+
`addrspace` can currently only be set to `Core.CPU`. It is designed to permit extension by other systems such as GPUs, which might define values such as:
1413
```
1514
module CUDA
1615
const Generic = bitcast(Core.AddrSpace{CUDA}, 0)

0 commit comments

Comments
 (0)