Skip to content

Commit f579c42

Browse files
authored
Merge pull request #127004 from changeworld/patch-19
Fix typo: requestor -> requester
2 parents a33c13a + af42047 commit f579c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following example output shows state store RESP3 payloads:
125125
126126
### Response format
127127

128-
When the state store detects an invalid RESP3 payload, it still returns a response to the requestor's `Response Topic`. Examples of invalid payloads include an invalid command, an illegal RESP3, or integer overflow. An invalid payload starts with the string `-ERR` and contains more details.
128+
When the state store detects an invalid RESP3 payload, it still returns a response to the requester's `Response Topic`. Examples of invalid payloads include an invalid command, an illegal RESP3, or integer overflow. An invalid payload starts with the string `-ERR` and contains more details.
129129

130130
> [!NOTE]
131131
> A `GET`, `DEL`, or `VDEL` request on a nonexistent key is not considered an error.

0 commit comments

Comments
 (0)