Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Sep 12, 2022
1 parent 4fe1aac commit 2b384a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRThreadOperationalDataset.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extern size_t const MTRSizeThreadPSKc;
*/
@property (nonatomic, nullable, copy, readonly) NSData * PSKc;
/**
* The Thread network channel. Always a 16-bit integer.
* The Thread network channel. Always an unsigned 16-bit integer.
*/
@property (nonatomic, copy, readonly) NSNumber * channel;
/**
Expand Down

0 comments on commit 2b384a8

Please sign in to comment.