mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Fix typo in doc comment
Swift SVN r32667
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user