Skip to content

Commit 5392d15

Browse files
Apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 5da3a66 commit 5392d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/clusters/thread-network-directory-server/ThreadNetworkDirectoryStorage.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ class ThreadNetworkDirectoryStorage
9696

9797
/**
9898
* Adds (or updates, if a matching network already exists) the network with the specified
99-
* Extended PAN ID and dataset. Note that the dataset may be treated as an opaque blob;
100-
* no validation of the of any kind is expected to be performed on the dataset contents.
99+
* Extended PAN ID and dataset. Note that the dataset must be treated as an opaque blob;
100+
* no validation of any kind is expected to be performed on the dataset contents.
101101
*
102102
* @retval CHIP_ERROR_INVALID_ARGUMENT if the dataset is empty or too long.
103103
* @retval CHIP_ERROR_NO_MEMORY if adding the network would exceed the storage capacity.

0 commit comments

Comments
 (0)