Skip to content

Commit efed32e

Browse files
committed
stdlib: indent doc comment per coding style
Swift SVN r28496
1 parent c8e1ac8 commit efed32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ public func !=<T : Equatable>(lhs: ${Self}<T>, rhs: ${Self}<T>) -> Bool {
12301230
/// O(1).
12311231
///
12321232
/// - Requires: `Base` is a base class or base `@objc` protocol (such
1233-
/// as `AnyObject`) of `Derived`.
1233+
/// as `AnyObject`) of `Derived`.
12341234
public func _arrayUpCast<Derived, Base>(a: Array<Derived>) -> Array<Base> {
12351235
// FIXME: Dynamic casting is currently not possible without the objc runtime:
12361236
// rdar://problem/18801510

0 commit comments

Comments
 (0)