[stdlib] Kill a stray backslash

Swift SVN r23467
This commit is contained in:
Dave Abrahams
2014-11-20 03:41:10 +00:00
parent 1ed31fa31a
commit 66da8500c7

View File

@@ -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,