We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a42ca9 commit 129bd97Copy full SHA for 129bd97
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -2986,7 +2986,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID
2986
//
2987
// Note that we don't use the structural attributes (PartsList, ServerList,
2988
// 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
+ // of priming right now and have not gotten those yet. Just use the set of
2990
// attribute paths we actually have.
2991
NSMutableSet<MTRAttributePath *> * existentPaths = [[NSMutableSet alloc] init];
2992
{
0 commit comments