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 @@ -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
1818style.equals (())
Original file line number Diff line number Diff 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
193193style.equals (())
Original file line number Diff line number Diff 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 ///
You can’t perform that action at this time.
0 commit comments