Skip to content

Commit 47a7d57

Browse files
fix missing ref
1 parent 51a793b commit 47a7d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FindFirstFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ purpose of using this function first would be to accelerate convergence in those
9191
by using correlated `guess`es for repeated calls. The best `guess` for the next call of
9292
this function would be the index returned by the previous call to `searchsorted`.
9393
94-
See [`sort!`](@ref) for an explanation of the keyword arguments `by`, `lt` and `rev`.
94+
See `Base.sort!` for an explanation of the keyword arguments `by`, `lt` and `rev`.
9595
"""
9696
function bracketstrictlymontonic(v::AbstractVector,
9797
x,

0 commit comments

Comments
 (0)