Skip to content

Commit 129bd97

Browse files
Apply suggestion from code review.
Co-authored-by: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com>
1 parent 8a42ca9 commit 129bd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice_Concrete.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID
29862986
//
29872987
// Note that we don't use the structural attributes (PartsList, ServerList,
29882988
// AttributeList) to determine this set, because we might be in the middle
2989-
// of priming right now and not have gotten those yet. Just use the set of
2989+
// of priming right now and have not gotten those yet. Just use the set of
29902990
// attribute paths we actually have.
29912991
NSMutableSet<MTRAttributePath *> * existentPaths = [[NSMutableSet alloc] init];
29922992
{

0 commit comments

Comments
 (0)