We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98063f0 commit 05f2a04Copy full SHA for 05f2a04
Sources/DiffableTextKit/DiffableTextStyle.swift
@@ -39,7 +39,7 @@ public protocol DiffableTextStyle: Equatable {
39
40
/// Returns formatted text.
41
///
42
- /// This method is called in response to changes upstream while the view is active.
+ /// This method is called in response to changes upstream while the view is inactive.
43
44
@inlinable func format(_ value: Value) -> String
45
0 commit comments