Skip to content

Commit 3459c86

Browse files
committed
README/notes.
1 parent 71b7cce commit 3459c86

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
@@ -12,7 +12,7 @@ style.constant()
1212

1313
## Equals
1414

15-
Binds a style's comparison to a proxy value.
15+
Binds the style's equality to a proxy value.
1616

1717
```swift
1818
style.equals(())

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ style.constant()
187187

188188
## Equals
189189

190-
Binds a style's comparison to a proxy value.
190+
Binds the style's equality to a proxy value.
191191

192192
```swift
193193
style.equals(())

Sources/DiffableTextStylesXWrapper/Equals.swift

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

16-
/// Binds the style's comparison to a proxy value.
16+
/// Binds the style's equality to a proxy value.
1717
///
1818
/// Use this wrapper to optimize the comparison on view update.
1919
///
@@ -76,7 +76,7 @@ extension DiffableTextStyle {
7676
Equals(self, proxy: _Void())
7777
}
7878

79-
/// Binds the style's comparison to a proxy value.
79+
/// Binds the style's equality to a proxy value.
8080
///
8181
/// Use this wrapper to optimize the comparison on view update.
8282
///

0 commit comments

Comments
 (0)