From 642eb22059e8e78cd29345e99bef623ee41e59b1 Mon Sep 17 00:00:00 2001 From: maximkrouk Date: Tue, 9 Feb 2021 18:36:42 +0300 Subject: [PATCH] refactor(Handler): Deprecation message updated --- Sources/FunctionalClosures/Handler.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/FunctionalClosures/Handler.swift b/Sources/FunctionalClosures/Handler.swift index 1ebeba2..e1b2bdf 100644 --- a/Sources/FunctionalClosures/Handler.swift +++ b/Sources/FunctionalClosures/Handler.swift @@ -18,7 +18,7 @@ public class Handler { } @available(*, deprecated, message: """ - This API is not stable yet and may change (or may not), \ + This API will be removed, \ consider using redeclaration with `(Input) -> Output` signature function. \ Feel free to discuss the API here \ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1 @@ -92,7 +92,7 @@ public class Handler2 { } @available(*, deprecated, message: """ - This API is not stable yet and may change (or may not), \ + This API will be removed, \ consider using redeclaration with `(Input) -> Output` signature function. \ Feel free to discuss the API here \ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1 @@ -160,7 +160,7 @@ public class Handler3 { } @available(*, deprecated, message: """ - This API is not stable yet and may change (or may not), \ + This API will be removed, \ consider using redeclaration with `(Input) -> Output` signature function. \ Feel free to discuss the API here \ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1 @@ -228,7 +228,7 @@ public class Handler4 { } @available(*, deprecated, message: """ - This API is not stable yet and may change (or may not), \ + This API will be removed, \ consider using redeclaration with `(Input) -> Output` signature function. \ Feel free to discuss the API here \ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1 @@ -296,7 +296,7 @@ public class Handler5 { } @available(*, deprecated, message: """ - This API is not stable yet and may change (or may not), \ + This API will be removed, \ consider using redeclaration with `(Input) -> Output` signature function. \ Feel free to discuss the API here \ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1