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 @@ Modifies the behavior of its content.
44
55## Constant
66
7- Blocks the effect of transformation methods .
7+ Prevents style transformations .
88
99``` swift
1010style.constant ()
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Modifies the behavior of its content.
179179
180180## Constant
181181
182- Blocks the effect of transformation methods .
182+ Prevents style transformations .
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- /// Blocks the effect of transformation methods .
17+ /// Prevents style transformations .
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- /// Blocks the effect of transformation methods .
60+ /// Prevents style transformations .
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