We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6accda3 commit 87448f2Copy full SHA for 87448f2
doc/manual/strings.rst
@@ -554,7 +554,7 @@ contained in a string:
554
julia> contains("Xylophon", 'o')
555
ERROR: MethodError: no method matching contains(::String, ::Char)
556
Closest candidates are:
557
- contains(!Matched::Function, ::Any, !Matched::Any) at reduce.jl:495
+ contains(!Matched::Function, ::Any, !Matched::Any) at reduce.jl:504
558
contains(::AbstractString, !Matched::AbstractString) at strings/search.jl:310
559
...
560
0 commit comments