Skip to content

Commit 642eb22

Browse files
committed
refactor(Handler): Deprecation message updated
1 parent 35f0fe2 commit 642eb22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/FunctionalClosures/Handler.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class Handler<Input> {
1818
}
1919

2020
@available(*, deprecated, message: """
21-
This API is not stable yet and may change (or may not), \
21+
This API will be removed, \
2222
consider using redeclaration with `(Input) -> Output` signature function. \
2323
Feel free to discuss the API here \
2424
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -92,7 +92,7 @@ public class Handler2<T0, T1> {
9292
}
9393

9494
@available(*, deprecated, message: """
95-
This API is not stable yet and may change (or may not), \
95+
This API will be removed, \
9696
consider using redeclaration with `(Input) -> Output` signature function. \
9797
Feel free to discuss the API here \
9898
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -160,7 +160,7 @@ public class Handler3<T0, T1, T2> {
160160
}
161161

162162
@available(*, deprecated, message: """
163-
This API is not stable yet and may change (or may not), \
163+
This API will be removed, \
164164
consider using redeclaration with `(Input) -> Output` signature function. \
165165
Feel free to discuss the API here \
166166
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -228,7 +228,7 @@ public class Handler4<T0, T1, T2, T3> {
228228
}
229229

230230
@available(*, deprecated, message: """
231-
This API is not stable yet and may change (or may not), \
231+
This API will be removed, \
232232
consider using redeclaration with `(Input) -> Output` signature function. \
233233
Feel free to discuss the API here \
234234
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -296,7 +296,7 @@ public class Handler5<T0, T1, T2, T3, T4> {
296296
}
297297

298298
@available(*, deprecated, message: """
299-
This API is not stable yet and may change (or may not), \
299+
This API will be removed, \
300300
consider using redeclaration with `(Input) -> Output` signature function. \
301301
Feel free to discuss the API here \
302302
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1

0 commit comments

Comments
 (0)