Skip to content

Commit

Permalink
fix line number in a doctest (#21633)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Apr 30, 2017
1 parent 6d24098 commit da69be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ throwing an `ArgumentError` indicating the position of the first non-ASCII byte.
julia> ascii("abcdeγfgh")
ERROR: ArgumentError: invalid ASCII at index 6 in "abcdeγfgh"
Stacktrace:
[1] ascii(::String) at ./strings/util.jl:475
[1] ascii(::String) at ./strings/util.jl:479
julia> ascii("abcdefgh")
"abcdefgh"
Expand Down

1 comment on commit da69be2

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

Please sign in to comment.