Skip to content

Commit

Permalink
fix a typo (#292)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored Jun 29, 2024
1 parent caf032a commit 6fae356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openhab/dsl/timer_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def reschedule(id, duration = nil)
#
# @example Extend an existing timer, or schedule a new one
# # This is technically the same functionality as just calling `after()` with an `id`,
# # but allows you to performa extra steps if the timer is actually scheduled.
# # but allows you to perform extra steps if the timer is actually scheduled.
# timers.schedule(item) do |timer|
# next timer.tap(&:reschedule) if timer
#
Expand Down

0 comments on commit 6fae356

Please sign in to comment.