Skip to content

Commit

Permalink
Typo fix in the API documentation (#29112)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Oct 16, 2023
1 parent 9c75bd5 commit 7877380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/WriteClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ namespace app {
class InteractionModelEngine;

/**
* @brief The read client represents the initiator side of a Write Interaction, and is responsible
* @brief The write client represents the initiator side of a Write Interaction, and is responsible
* for generating one Write Request for a particular set of attributes, and handling the Write response.
* Consumer can allocate one write client, then call PrepareAttribute, insert attribute value, followed by FinishAttribute for
* every attribute it wants to insert in write request, then call SendWriteRequest
* Consumer can allocate one write client, then call PrepareAttribute, insert attribute value, followed
* by FinishAttribute for every attribute it wants to insert in write request, then call SendWriteRequest
*
* Note: When writing lists, you may receive multiple write status responses for a single list.
* Please see ChunkedWriteCallback.h for a high level API which will merge status codes for
Expand Down

0 comments on commit 7877380

Please sign in to comment.