Skip to content

Commit 12ef2f9

Browse files
bzbarsky-applediogopintodsr
authored andcommitted
Fix typo in MTRDevice comment. (project-chip#34006)
1 parent cea3370 commit 12ef2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1))
130130
*
131131
* interestedPathsForAttributes may contain either MTRClusterPath or MTRAttributePath to specify interested clusters and attributes, or NSNumber for endpoints.
132132
*
133-
* interestedPathsForAttributes may contain either MTRClusterPath or MTREventPath to specify interested clusters and events, or NSNumber for endpoints.
133+
* interestedPathsForEvents may contain either MTRClusterPath or MTREventPath to specify interested clusters and events, or NSNumber for endpoints.
134134
*
135135
* For both interested paths arguments, if nil is specified, then no filter will be applied.
136136
*

0 commit comments

Comments
 (0)