Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDevice.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
nivi-apple and bzbarsky-apple authored Oct 10, 2023
1 parent 50292af commit 9d4fc68
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 @@ -238,8 +238,8 @@ MTR_PROVISIONALLY_AVAILABLE
* @param timeout The timeout for getting the logs. If the timeout expires, completion
* will be called with whatever logs have been retrieved by that point
* (which might be none, and might include partial logs).
* If the timeout is null, logs will be retreived when processing is
* complete and completion is called.
* If the timeout is nil, it will never expire and completion will not be called until
* the logs are fully retrieved.
* @param queue The queue on which completion will be called.
* @param completion The completion that will be called to pass in the file paths for the requested logs.
*/
Expand Down

0 comments on commit 9d4fc68

Please sign in to comment.