mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: fix capitalization issues in documentation comments
Patch by Nate Cook. rdar://22054901 Swift SVN r32226
This commit is contained in:
@@ -99,7 +99,7 @@ partitionDocComment = """\
|
||||
/// Re-order the given `range` of elements in `self` and return
|
||||
/// a pivot index *p*.
|
||||
///
|
||||
/// - Postcondition: for all *i* in `range.startIndex..<`\ *p*, and *j*
|
||||
/// - Postcondition: For all *i* in `range.startIndex..<`\ *p*, and *j*
|
||||
/// in *p*\ `..<range.endIndex`, `less(self[`\ *i*\ `],
|
||||
/// self[`\ *j*\ `]) && !less(self[`\ *j*\ `], self[`\ *p*\ `])`.
|
||||
/// Only returns `range.endIndex` when `self` is empty."""
|
||||
|
||||
Reference in New Issue
Block a user