Skip to content

Commit b10500f

Browse files
authored
Replace leftover "soft-deprecated" with "deprecated" (#1482)
1 parent b640172 commit b10500f

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
@@ -5,7 +5,7 @@ import XCTestDynamicOverlay
55

66
// MARK: - Deprecated after 0.42.0:
77

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

0 commit comments

Comments
 (0)