From eecc2a6dbba7bcb8b00cdab6e5547d097190bdcc Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 13 Mar 2024 15:06:38 -0700 Subject: [PATCH] More mistakes in documentation (#32563) * Initial commit * Restyled by whitespace * Restyled by clang-format * Update src/darwin/Framework/CHIP/MTRDevice.mm Co-authored-by: Anush Nadathur * Update src/darwin/Framework/CHIP/MTRDevice.h Co-authored-by: Karsten Sperling <113487422+ksperling-apple@users.noreply.github.com> * Adding header * Restyled by clang-format * Updating docs * Fixing missing language --------- Co-authored-by: Restyled.io Co-authored-by: Anush Nadathur Co-authored-by: Karsten Sperling <113487422+ksperling-apple@users.noreply.github.com> --- src/darwin/Framework/CHIP/MTRDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRDevice.h b/src/darwin/Framework/CHIP/MTRDevice.h index 3bb39e982bcf98..989ed44f7667be 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.h +++ b/src/darwin/Framework/CHIP/MTRDevice.h @@ -70,8 +70,8 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1)) * This will be true after the deviceCachePrimed: delegate callback has been called, false if not. * * Please note if you have a storage delegate implemented, the cache is then stored persistently, so - * the would then only be called once, ever - and this property would basically always be true - * if a subscription has ever been established. + * the delegate would then only be called once, ever - and this property would basically always be true + * if a subscription has ever been established at any point in the past. * */ @property (readonly) BOOL deviceCachePrimed MTR_NEWLY_AVAILABLE;