Skip to content

Commit 948ea08

Browse files
authored
Update dictionary entries
For timer should be "seconds" not "second"
1 parent 2901ed4 commit 948ea08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/src/widget.lcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Example:
186186
// Create a timer loop
187187
public handler OnTimer()
188188
...
189-
schedule timer in 1 second
189+
schedule timer in 1 seconds
190190
end handler
191191
Description:
192192
Handle the <OnTimer> message to perform an action at a scheduled time.
@@ -439,7 +439,7 @@ Example:
439439
// Create a timer loop
440440
public handler OnTimer()
441441
...
442-
schedule timer in 1 second
442+
schedule timer in 1 seconds
443443
end handler
444444

445445
Description:

0 commit comments

Comments
 (0)