Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More doctests and cleanup for intfuncs #22515

Merged
merged 10 commits into from
Jun 27, 2017
Prev Previous commit
Next Next commit
"fix" failing OffsetArray test
  • Loading branch information
kshyatt committed Jun 25, 2017
commit d7147b72b6c83d36387d38d6c2333c018d5565e6
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