Skip to content

Commit

Permalink
Fix some grammatical errors on docstring of GenericMemory (#56197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Oct 17, 2024
1 parent 7ee3ba9 commit bbd8158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/genericmemory.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Fixed-size [`DenseVector{T}`](@ref DenseVector).
`kind` can currently be either `:not_atomic` or `:atomic`. For details on what `:atomic` implies, see [`AtomicMemory`](@ref)
`addrspace` can currently only be set to Core.CPU. It is designed to to permit extension by other systems
such as GPUs, which might define values such as:
`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:
```
module CUDA
const Generic = bitcast(Core.AddrSpace{CUDA}, 0)
Expand Down

0 comments on commit bbd8158

Please sign in to comment.