File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Sources/DiffableTextStylesXNumeric/Number Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ import Foundation
1313// MARK: * Glyph
1414//*============================================================================*
1515
16- /// An object representing an ASCII character by its UInt8 unicode value.
16+ /// An object representing an ASCII character by its UTF8 value.
17+ ///
18+ /// - The conforming object MUST be a struct.
19+ ///
1720@usableFromInline protocol Glyph : Hashable , CaseIterable , CustomStringConvertible {
1821 associatedtype Enumeration : CaseIterable , RawRepresentable where Enumeration. RawValue == UInt8
1922
Original file line number Diff line number Diff line change 1111// MARK: * Glyphs
1212//* ============================================================================*
1313
14- /// An object representing multiple ASCII characters by their UInt8 unicode values.
15- ///
16- /// - The conforming object MUST be a struct.
17- /// - The conforming object SHOULD implement a single private init method.
18- ///
14+ /// An object representing multiple ASCII characters by their UTF8 values.
1915@usableFromInline protocol Glyphs : CustomStringConvertible {
2016
2117 //=------------------------------------------------------------------------=
You can’t perform that action at this time.
0 commit comments