mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Kill a stray backslash
Swift SVN r23467
This commit is contained in:
@@ -1180,7 +1180,7 @@ extension Array {
|
||||
/// Construct from the given `_NSArrayCoreType`.
|
||||
///
|
||||
/// If `noCopy` is `true`, either `source` must be known to be immutable,
|
||||
/// or the resulting / `Array` must not survive across code that could mutate
|
||||
/// or the resulting `Array` must not survive across code that could mutate
|
||||
/// `source`.
|
||||
public init(
|
||||
_fromCocoaArray source: _NSArrayCoreType,
|
||||
|
||||
Reference in New Issue
Block a user