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 <anush@apple.com>
* 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 <commits@restyled.io>
Co-authored-by: Anush Nadathur <anush@apple.com>
Co-authored-by: Karsten Sperling <113487422+ksperling-apple@users.noreply.github.com>
diff --git a/src/darwin/Framework/CHIP/MTRDevice.h b/src/darwin/Framework/CHIP/MTRDevice.h
index 3bb39e9..989ed44 100644
--- a/src/darwin/Framework/CHIP/MTRDevice.h
+++ b/src/darwin/Framework/CHIP/MTRDevice.h
@@ -70,8 +70,8 @@
* 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;