Skip to content

Commit ab7be79

Browse files
Apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 191c414 commit ab7be79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ - (BOOL)_subscriptionAbleToReport
812812
}
813813
#endif
814814

815-
// setup. Based on whether subscriptions are allowed or not, return YES or NO.
815+
// Subscriptions are not able to report if they are not allowed.
816816
return [self _subscriptionsAllowed];
817817
}
818818

0 commit comments

Comments
 (0)