Skip to content

Commit 61c16b1

Browse files
committed
Cleanup.
1 parent acf18b7 commit 61c16b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/DiffableTextStylesXWrapper/Constant.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Foundation
1414
// MARK: * Constant
1515
//*============================================================================*
1616

17-
/// A style that returns an unmodified self for standard transformations.
17+
/// Makes it so transformation methods return an unmodified self.
1818
///
1919
/// Use this style to prevent changes via the environment, for example.
2020
///
@@ -57,7 +57,7 @@ extension DiffableTextStyle {
5757
// MARK: Transformations
5858
//=------------------------------------------------------------------------=
5959

60-
/// A style that returns an unmodified self for standard transformations.
60+
/// Makes it so transformation methods return an unmodified self.
6161
///
6262
/// Use this style to prevent changes via the environment, for example.
6363
///

Sources/DiffableTextStylesXWrapper/Equals.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import DiffableTextKit
1313
// MARK: * Equals
1414
//*============================================================================*
1515

16-
/// A style that binds its comparison to a proxy value.
16+
/// Binds the style's comparison to a proxy value.
1717
///
1818
/// Use this wrapper to optimize the comparison on view update.
1919
///

0 commit comments

Comments
 (0)