Skip to content

Commit 32c40ee

Browse files
committed
Cleanup: marks.
1 parent 6bc1498 commit 32c40ee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Sources/DiffableTextStylesXNumeric/Format+Currency.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616
extension Decimal.FormatStyle.Currency: Format, Formats.Currency {
1717

1818
//=------------------------------------------------------------------------=
19-
// MARK: Translations
19+
// MARK: Scheme
2020
//=------------------------------------------------------------------------=
2121

2222
@inlinable public func scheme() -> some NumericTextScheme {
@@ -31,7 +31,7 @@ extension Decimal.FormatStyle.Currency: Format, Formats.Currency {
3131
extension FloatingPointFormatStyle.Currency: Format, Formats.Currency where Value: NumericTextValue {
3232

3333
//=------------------------------------------------------------------------=
34-
// MARK: Translations
34+
// MARK: Scheme
3535
//=------------------------------------------------------------------------=
3636

3737
@inlinable public func scheme() -> some NumericTextScheme {
@@ -46,7 +46,7 @@ extension FloatingPointFormatStyle.Currency: Format, Formats.Currency where Valu
4646
extension IntegerFormatStyle.Currency: Format, Formats.Currency where Value: NumericTextValue {
4747

4848
//=------------------------------------------------------------------------=
49-
// MARK: Translations
49+
// MARK: Scheme
5050
//=------------------------------------------------------------------------=
5151

5252
@inlinable public func scheme() -> some NumericTextScheme {

Sources/DiffableTextStylesXNumeric/Format+Number.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension Decimal.FormatStyle: Format, Formats.Number,
1717
Formats.Currencyable, Formats.Percentable {
1818

1919
//=------------------------------------------------------------------------=
20-
// MARK: Translations
20+
// MARK: Scheme
2121
//=------------------------------------------------------------------------=
2222

2323
@inlinable public func scheme() -> some NumericTextScheme {
@@ -33,7 +33,7 @@ extension FloatingPointFormatStyle: Format, Formats.Number,
3333
Formats.Currencyable, Formats.Percentable where FormatInput: NumericTextValue {
3434

3535
//=------------------------------------------------------------------------=
36-
// MARK: Translations
36+
// MARK: Scheme
3737
//=------------------------------------------------------------------------=
3838

3939
@inlinable public func scheme() -> some NumericTextScheme {
@@ -49,7 +49,7 @@ extension IntegerFormatStyle: Format, Formats.Number,
4949
Formats.Currencyable where FormatInput: NumericTextValue {
5050

5151
//=------------------------------------------------------------------------=
52-
// MARK: Translations
52+
// MARK: Scheme
5353
//=------------------------------------------------------------------------=
5454

5555
@inlinable public func scheme() -> some NumericTextScheme {

Sources/DiffableTextStylesXNumeric/Format+Percent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616
extension Decimal.FormatStyle.Percent: Format, Formats.Percent {
1717

1818
//=------------------------------------------------------------------------=
19-
// MARK: Translations
19+
// MARK: Scheme
2020
//=------------------------------------------------------------------------=
2121

2222
@inlinable public func scheme() -> some NumericTextScheme {
@@ -31,7 +31,7 @@ extension Decimal.FormatStyle.Percent: Format, Formats.Percent {
3131
extension FloatingPointFormatStyle.Percent: Format, Formats.Percent where Value: NumericTextValue {
3232

3333
//=------------------------------------------------------------------------=
34-
// MARK: Translations
34+
// MARK: Scheme
3535
//=------------------------------------------------------------------------=
3636

3737
@inlinable public func scheme() -> some NumericTextScheme {

0 commit comments

Comments
 (0)