Skip to content

Commit 8d273f6

Browse files
authored
Grammar/typo fix in Subscription Mode section (#1120)
1 parent 54df315 commit 8d273f6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/concepts-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,11 +1083,11 @@ When you use Key_Shared subscriptions, be aware that:
10831083

10841084
#### What is a subscription mode
10851085

1086-
The subscription mode indicates the cursor belongs to durable type or non-durable type.
1086+
The subscription mode indicates whether the cursor belongs to durable type or non-durable type.
10871087

10881088
- When a subscription is created, an associated cursor is created to record the last consumed position.
10891089

1090-
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumes.
1090+
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumed.
10911091

10921092
| Subscription mode | Description | Note |
10931093
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|

versioned_docs/version-4.0.x/concepts-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,11 +1081,11 @@ When you use Key_Shared subscriptions, be aware that:
10811081

10821082
#### What is a subscription mode
10831083

1084-
The subscription mode indicates the cursor belongs to durable type or non-durable type.
1084+
The subscription mode indicates whether the cursor belongs to durable type or non-durable type.
10851085

10861086
- When a subscription is created, an associated cursor is created to record the last consumed position.
10871087

1088-
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumes.
1088+
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumed.
10891089

10901090
| Subscription mode | Description | Note |
10911091
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|

versioned_docs/version-4.2.x/concepts-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,11 +1083,11 @@ When you use Key_Shared subscriptions, be aware that:
10831083

10841084
#### What is a subscription mode
10851085

1086-
The subscription mode indicates the cursor belongs to durable type or non-durable type.
1086+
The subscription mode indicates whether the cursor belongs to durable type or non-durable type.
10871087

10881088
- When a subscription is created, an associated cursor is created to record the last consumed position.
10891089

1090-
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumes.
1090+
- When a consumer of the subscription restarts, it can continue consuming from the last message it consumed.
10911091

10921092
| Subscription mode | Description | Note |
10931093
|:------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)