Skip to content

Commit

Permalink
More mistakes in documentation (#32563)
Browse files Browse the repository at this point in the history
* Initial commit

* Restyled by whitespace

* Restyled by clang-format

* Update src/darwin/Framework/CHIP/MTRDevice.mm

Co-authored-by: Anush Nadathur <[email protected]>

* Update src/darwin/Framework/CHIP/MTRDevice.h

Co-authored-by: Karsten Sperling <[email protected]>

* Adding header

* Restyled by clang-format

* Updating docs

* Fixing missing language

---------

Co-authored-by: Restyled.io <[email protected]>
Co-authored-by: Anush Nadathur <[email protected]>
Co-authored-by: Karsten Sperling <[email protected]>
  • Loading branch information
4 people authored Mar 13, 2024
1 parent 9343d3a commit eecc2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eecc2a6

Please sign in to comment.