Skip to content

Commit 08a7652

Browse files
authored
Update README to not use ampersand. (Azure#44419)
1 parent 900edb7 commit 08a7652

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob

sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ downstream applications, and to provide resiliency if a failover between readers
8686
It is possible to return to older data by specifying a lower offset from this checkpointing process. Through this
8787
mechanism, checkpointing enables both failover resiliency and event stream replay.
8888

89-
### Offsets & sequence numbers
89+
### Offsets & sequence numbers
9090

91-
Both offset & sequence number refer to the position of an event within a partition. You can think of them as a
91+
Both offset & sequence number refer to the position of an event within a partition. You can think of them as a
9292
client-side cursor. The offset is a byte numbering of the event. The offset/sequence number enables an event consumer
9393
(reader) to specify a point in the event stream from which they want to begin reading events. You can specify the
9494
timestamp such that you receive events that were enqueued only after the given timestamp. Consumers are responsible for

0 commit comments

Comments
 (0)