Skip to content

Commit

Permalink
fix weird phrasing in sort docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Sep 4, 2024
1 parent 114e08a commit b4f0cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/standard/Sort.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ iter sorted(x : domain, comparator:? = new DefaultComparator()) {
//
// TODO - Make standalone or leader/follower parallel iterator
/*
Yield the elements of argument `x` in sorted order, using sort
algorithm.
Yield the elements of argument `x` in sorted order, using the same algorithm
as :proc:`sort`.
.. note:
Expand Down

0 comments on commit b4f0cd9

Please sign in to comment.