Skip to content

Commit 55cca06

Browse files
gohanlonp4checo
authored andcommitted
Replace leftover "soft-deprecated" with "deprecated" (#1482)
(cherry picked from commit b10500f459223b06b2be885337adfb6c9b971915)
1 parent 4551abd commit 55cca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Internal/Deprecations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SwiftUI
1212

1313
// MARK: - Deprecated after 0.42.0:
1414

15-
/// This API has been soft-deprecated in favor of ``ReducerProtocol``.
15+
/// This API has been deprecated in favor of ``ReducerProtocol``.
1616
/// Read <doc:MigratingToTheReducerProtocol> for more information.
1717
///
1818
/// A type alias to ``AnyReducer`` for source compatibility. This alias will be removed.

0 commit comments

Comments
 (0)