From 10da08288f4791cc0c5c038646a57504573c08cc Mon Sep 17 00:00:00 2001 From: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:43:24 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIP/MTRDevice.h Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice.h b/src/darwin/Framework/CHIP/MTRDevice.h index cecff49ae994d3..5d269e8ea69e4f 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.h +++ b/src/darwin/Framework/CHIP/MTRDevice.h @@ -427,7 +427,7 @@ MTR_EXTERN NSString * const MTRDataVersionKey MTR_NEWLY_AVAILABLE; * Notifies delegate when the device configuration changes. Device configuration changes include updates in parts list, device type list, * server list, accepted commands list, attribute list, feature map or cluster revision attributes in the descriptor cluster. * - * This is called when the MTRDevice object detects a change in the device configuration and reports that to the delegate. + * This is called when the MTRDevice object detects a change in the device configuration. * * The intention is that after this is called, the client should re-enumerate the device topology. */