File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Sources/DiffableTextStylesXWrapper Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Styles wrapping other styles to modify their behavior.
44
55## Constant
66
7- Makes it so transformation methods return an unmodified self .
7+ Blocks the effect of transformation methods.
88
99``` swift
1010style.constant ()
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Styles wrapping other styles to modify their behavior.
179179
180180## Constant
181181
182- Makes it so transformation methods return an unmodified self .
182+ Blocks the effect of transformation methods.
183183
184184``` swift
185185style.constant ()
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import Foundation
1414// MARK: * Constant
1515//*============================================================================*
1616
17- /// Makes it so transformation methods return an unmodified self .
17+ /// Blocks the effect of transformation methods.
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- /// Makes it so transformation methods return an unmodified self .
60+ /// Blocks the effect of transformation methods.
6161 ///
6262 /// Use this style to prevent changes via the environment, for example.
6363 ///
You can’t perform that action at this time.
0 commit comments