File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/DiffableTextStylesXWrapper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import DiffableTextKit
1717///
1818/// Use this wrapper to optimize the comparison on view update.
1919///
20- /// - Note: DiffableTextView updates its style only when the proposed style is inequal .
20+ /// - Note: DiffableTextView updates its style only when the proposed style is unequal .
2121///
2222public struct EqualsTextStyle < Style: DiffableTextStyle , Proxy: Equatable > : WrapperTextStyle {
2323
@@ -69,7 +69,7 @@ extension DiffableTextStyle {
6969 ///
7070 /// Use this wrapper to optimize the comparison on view update.
7171 ///
72- /// - Note: DiffableTextView updates its style only when the proposed style is inequal .
72+ /// - Note: DiffableTextView updates its style only when the proposed style is unequal .
7373 ///
7474 @inlinable @inline ( __always)
7575 public func equals( _ proxy: Void ) -> EqualsVoid {
@@ -80,7 +80,7 @@ extension DiffableTextStyle {
8080 ///
8181 /// Use this wrapper to optimize the comparison on view update.
8282 ///
83- /// - Note: DiffableTextView updates its style only when the proposed style is inequal .
83+ /// - Note: DiffableTextView updates its style only when the proposed style is unequal .
8484 ///
8585 @inlinable @inline ( __always)
8686 public func equals< Proxy> ( _ proxy: Proxy ) -> Equals < Proxy > {
You can’t perform that action at this time.
0 commit comments