mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make doc consistency fix for String.UnicodeScalarView´
This commit is contained in:
@@ -28,7 +28,7 @@ public func <(
|
||||
|
||||
extension String {
|
||||
/// A collection of [Unicode scalar values](http://www.unicode.org/glossary/#unicode_scalar_value) that
|
||||
/// encode a `String` .
|
||||
/// encodes a `String` value.
|
||||
public struct UnicodeScalarView : CollectionType, CustomStringConvertible, CustomDebugStringConvertible {
|
||||
init(_ _core: _StringCore) {
|
||||
self._core = _core
|
||||
|
||||
Reference in New Issue
Block a user