Skip to content

Commit

Permalink
"fix" failing OffsetArray test
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Jun 25, 2017
1 parent 4613c2c commit d7147b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/multidimensional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ arrays have overlapping indices, then on the domain of the overlap
`dest` agrees with `src`.
# Example
```jldoctest
```julia-repl
julia> src = reshape(collect(1:16), (4,4))
4×4 Array{Int64,2}:
1 5 9 13
Expand Down

0 comments on commit d7147b7

Please sign in to comment.