Skip to content

Commit

Permalink
fix typo in string search api docs (#30600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer authored and fredrikekre committed Jan 6, 2019
1 parent ffb6f1e commit a25945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ findnext(t::AbstractString, s::AbstractString, i::Integer) = _search(s, t, i)
findlast(pattern::AbstractString, string::AbstractString)
Find the last occurrence of `pattern` in `string`. Equivalent to
[`findlast(pattern, string, lastindex(s))`](@ref).
[`findprev(pattern, string, lastindex(string))`](@ref).
# Examples
```jldoctest
Expand Down

2 comments on commit a25945a

@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)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.