From d7df770db26b40188bac8eb51beac340671103df Mon Sep 17 00:00:00 2001 From: Jeff Tung <100387939+jtung-apple@users.noreply.github.com> Date: Fri, 5 Apr 2024 07:56:08 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h Co-authored-by: Boris Zbarsky --- .../Framework/CHIP/MTRDeviceControllerStorageDelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h b/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h index bad8080b9ead13..212582558fd4f4 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerStorageDelegate.h @@ -114,8 +114,8 @@ MTR_NEWLY_AVAILABLE @optional /** - * Return all keys and values stored, if any, for the provided controller in a - * dictionary. Returns nil if there is no stored value. + * Return all keys and values stored, if any, for the provided controller, in a + * dictionary. Returns nil if there are no stored values. * * securityLevel and dataType will always be the same for any given key value * and are just present here to help locate the data if storage location is