File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/DiffableTextStylesXWrapper Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ///
Original file line number Diff line number Diff 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///
You can’t perform that action at this time.
0 commit comments