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 51a793b commit 47a7d57Copy full SHA for 47a7d57
src/FindFirstFunctions.jl
@@ -91,7 +91,7 @@ purpose of using this function first would be to accelerate convergence in those
91
by using correlated `guess`es for repeated calls. The best `guess` for the next call of
92
this function would be the index returned by the previous call to `searchsorted`.
93
94
-See [`sort!`](@ref) for an explanation of the keyword arguments `by`, `lt` and `rev`.
+See `Base.sort!` for an explanation of the keyword arguments `by`, `lt` and `rev`.
95
"""
96
function bracketstrictlymontonic(v::AbstractVector,
97
x,
0 commit comments