Skip to content

Commit

Permalink
Fix line number in a doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 29, 2016
1 parent 245b9f6 commit 15019c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ the name of the function to vectorize. Here is a simple example:

julia> methods(square)
# 2 methods for generic function "square":
square{T<:Number}(x::AbstractArray{T,N<:Any}) at operators.jl:550
square{T<:Number}(x::AbstractArray{T,N<:Any}) at operators.jl:555
square(x) at none:1

julia> square([1 2 4; 5 6 7])
Expand Down

0 comments on commit 15019c1

Please sign in to comment.