Skip to content

Commit

Permalink
fix a typo in StringType#coerce docs (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtng authored Jun 28, 2024
1 parent eb4489c commit 4318498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/openhab/core/types/string_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
#
Expand Down

0 comments on commit 4318498

Please sign in to comment.