Skip to content

Commit 0ddd200

Browse files
committed
Wording tweak.
1 parent 364991e commit 0ddd200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/api/alarms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w
3535

3636
- If there is an alarm set, then return the currently set alarm time as the number of milliseconds elapsed since the UNIX epoch. Otherwise, return `null`.
3737

38-
- If `getAlarm` is called while an [`alarm`](/durable-objects/api/alarms/#alarm) is already running, it returns `null` unless `setAlarm` has been called since the alarm handler started running.
38+
- If `getAlarm` is called while an [`alarm`](/durable-objects/api/alarms/#alarm) is already running, it returns `null` unless `setAlarm` has also been called since the alarm handler started running.
3939

4040
### `setAlarm`
4141

0 commit comments

Comments
 (0)