Skip to content

Commit 5429d05

Browse files
committed
Words.
1 parent 2550ae3 commit 5429d05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/DiffableTextStylesXWrapper/Equals.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
///
2222
public 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> {

0 commit comments

Comments
 (0)