Skip to content

Commit eecc2a6

Browse files
woody-applerestyled-commitsanush-appleksperling-apple
authored
More mistakes in documentation (project-chip#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>
1 parent 9343d3a commit eecc2a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRDevice.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1))
7070
* This will be true after the deviceCachePrimed: delegate callback has been called, false if not.
7171
*
7272
* Please note if you have a storage delegate implemented, the cache is then stored persistently, so
73-
* the would then only be called once, ever - and this property would basically always be true
74-
* if a subscription has ever been established.
73+
* the delegate would then only be called once, ever - and this property would basically always be true
74+
* if a subscription has ever been established at any point in the past.
7575
*
7676
*/
7777
@property (readonly) BOOL deviceCachePrimed MTR_NEWLY_AVAILABLE;

0 commit comments

Comments
 (0)