[stdlib] Capitalize keywords in doc comments

Again, the text is a lot more readable that way.

Swift SVN r28472
This commit is contained in:
Dave Abrahams
2015-05-12 16:59:13 +00:00
parent 106b39a497
commit 5c55682d8b
68 changed files with 307 additions and 307 deletions

View File

@@ -45,7 +45,7 @@ internal struct _CocoaArrayWrapper : CollectionType {
/// Returns a pointer to the first element in the given subRange if
/// the subRange is stored contiguously. Otherwise, return nil.
///
/// - note: This method should only be used as an optimization; it
/// - Note: This method should only be used as an optimization; it
/// is sometimes conservative and may return nil even when
/// contiguous storage exists, e.g., if array doesn't have a smart
/// implementation of countByEnumeratingWithState.