[stdlib] Fix typo in doc comment

Swift SVN r32667
This commit is contained in:
Dave Abrahams
2015-10-13 20:56:57 +00:00
parent ad3c03243f
commit fd4a9cd658

View File

@@ -33,7 +33,7 @@ public protocol RawRepresentable {
///
/// Every distinct value of `self` has a corresponding unique
/// value of `RawValue`, but `RawValue` may have representations
/// that do not correspond to an value of `Self`.
/// that do not correspond to a value of `Self`.
typealias RawValue
/// Convert from a value of `RawValue`, yielding `nil` iff