Skip to content

Commit 0ac59a5

Browse files
committed
Merge pull request #1807 from Togira/master
2 parents 0f9d2c1 + 37e3a79 commit 0ac59a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/core/CollectionAlgorithms.swift.gyb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ partitionDocComment = """\
9999
/// Re-order the given `range` of elements in `self` and return
100100
/// a pivot index *p*.
101101
///
102-
/// - Postcondition: For all *i* in `range.startIndex..<`\ *p*, and *j*
103-
/// in *p*\ `..<range.endIndex`, `less(self[`\ *i*\ `],
104-
/// self[`\ *j*\ `]) && !less(self[`\ *j*\ `], self[`\ *p*\ `])`.
102+
/// - Postcondition: For all *i* in `range.startIndex..<`*p*, and *j*
103+
/// in *p*`..<range.endIndex`, `less(self[`*i*`],
104+
/// self[`*j*`]) && !less(self[`*j*`], self[`*p*`])`.
105105
/// Only returns `range.endIndex` when `self` is empty."""
106106

107107
orderingRequirementForPredicate = """\

0 commit comments

Comments
 (0)