We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da3a66 commit 5392d15Copy full SHA for 5392d15
src/app/clusters/thread-network-directory-server/ThreadNetworkDirectoryStorage.h
@@ -96,8 +96,8 @@ class ThreadNetworkDirectoryStorage
96
97
/**
98
* 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.
+ * Extended PAN ID and dataset. Note that the dataset must be treated as an opaque blob;
+ * no validation of any kind is expected to be performed on the dataset contents.
101
*
102
* @retval CHIP_ERROR_INVALID_ARGUMENT if the dataset is empty or too long.
103
* @retval CHIP_ERROR_NO_MEMORY if adding the network would exceed the storage capacity.
0 commit comments