mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Capitalize keywords in doc comments
Again, the text is a lot more readable that way. Swift SVN r28472
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user