From 78773804247989c6b532e441afd3c08c52052389 Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Thu, 7 Sep 2023 13:36:33 -0700 Subject: [PATCH] Typo fix in the API documentation (#29112) --- src/app/WriteClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/WriteClient.h b/src/app/WriteClient.h index 99c8682605c569..2323adc8a337e9 100644 --- a/src/app/WriteClient.h +++ b/src/app/WriteClient.h @@ -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