From 5b4caf415059e16b2a07ddb016db6de086fa4b84 Mon Sep 17 00:00:00 2001 From: Jimmy Tanagra Date: Fri, 28 Jun 2024 14:47:20 +1000 Subject: [PATCH] fix a typo in StringType#coerce docs Signed-off-by: Jimmy Tanagra --- lib/openhab/core/types/string_type.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/openhab/core/types/string_type.rb b/lib/openhab/core/types/string_type.rb index e0d2d59781..4595b87518 100644 --- a/lib/openhab/core/types/string_type.rb +++ b/lib/openhab/core/types/string_type.rb @@ -56,8 +56,7 @@ def <=>(other) # # Coerce object to a StringType # - # @param [String] other object to coerce to a - # DateTimeType + # @param [String] other object to coerce to a StringType # # @return [[StringType, StringType], nil] #