Skip to content

Commit 87448f2

Browse files
committed
fix line numbers in a doctest
1 parent 6accda3 commit 87448f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ contained in a string:
554554
julia> contains("Xylophon", 'o')
555555
ERROR: MethodError: no method matching contains(::String, ::Char)
556556
Closest candidates are:
557-
contains(!Matched::Function, ::Any, !Matched::Any) at reduce.jl:495
557+
contains(!Matched::Function, ::Any, !Matched::Any) at reduce.jl:504
558558
contains(::AbstractString, !Matched::AbstractString) at strings/search.jl:310
559559
...
560560

0 commit comments

Comments
 (0)