stdlib: fix capitalization issues in documentation comments

Patch by Nate Cook.

rdar://22054901

Swift SVN r32226
This commit is contained in:
Dmitri Hrybenko
2015-09-25 17:13:54 +00:00
parent ee4a34b25d
commit f57947a7e0
7 changed files with 15 additions and 15 deletions

View File

@@ -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."""