Skip to content

Commit ccd8e1d

Browse files
Merge pull request #259479 from spelluru/patch-25
Typo
2 parents 14dc056 + 893fef5 commit ccd8e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/message-sequencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can schedule messages using any of our clients in two ways:
4343

4444
Scheduled messages and their sequence numbers can also be discovered using [message browsing](message-browsing.md).
4545

46-
The **SequenceNumber** for a scheduled message is only valid while the message is in this state. As the message transitions to the active state, the message is appended to the queue as if had been enqueued at the current instant, which includes assigning a new **SequenceNumber**.
46+
The **SequenceNumber** for a scheduled message is only valid while the message is in this state. As the message transitions to the active state, the message is appended to the queue as if it had been enqueued at the current instant, which includes assigning a new **SequenceNumber**.
4747

4848
Because the feature is anchored on individual messages and messages can only be enqueued once, Service Bus doesn't support recurring schedules for messages.
4949

0 commit comments

Comments
 (0)