Skip to content

Commit 3b53b3a

Browse files
committed
Cleanup.
1 parent 3b86016 commit 3b53b3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Notes/WrapperTextStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
style.constant()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
185185
style.constant()

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-
/// 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
///

0 commit comments

Comments
 (0)