Skip to content

Commit

Permalink
docs fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Nov 23, 2024
1 parent ed51be6 commit 5c92cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ The default sorting algorithm.
This algorithm is guaranteed to be stable (i.e. it will not reorder elements that compare
equal). It makes an effort to be fast for most inputs.
The algorithms used by `DEFAULT_STABLE` are an implementation detail. See the extended help
The algorithms used by `DEFAULT_STABLE` are an implementation detail. See the docstring
of `Base.Sort.DefaultStable` for the current dispatch system.
"""
const DEFAULT_STABLE = DefaultStable()
Expand Down

0 comments on commit 5c92cb9

Please sign in to comment.