Skip to content

Commit

Permalink
doc: fix typo from #31263 (#31270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored and fredrikekre committed Mar 6, 2019
1 parent 53e336e commit 7ee9cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/SharedArrays/src/SharedArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const SharedVector{T} = SharedArray{T,1}
"""
SharedMatrix
A one-dimensional [`SharedArray`](@ref).
A two-dimensional [`SharedArray`](@ref).
"""
const SharedMatrix{T} = SharedArray{T,2}

Expand Down

0 comments on commit 7ee9cf8

Please sign in to comment.