Skip to content

Commit fa3e572

Browse files
Update src/app/server-cluster/DefaultServerCluster.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent cdc8db6 commit fa3e572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/server-cluster/DefaultServerCluster.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class DefaultServerCluster : public ServerClusterInterface
6868
CHIP_ERROR AcceptedCommands(const ConcreteClusterPath & path,
6969
DataModel::ListBuilder<DataModel::AcceptedCommandEntry> & builder) override;
7070

71-
/// Must only be implemented if commands are supported by the cluster that return values
71+
/// Must only be implemented if commands that return values are supported by the cluster.
7272
///
7373
/// Default implementation is a NOOP (no list items generated)
7474
CHIP_ERROR GeneratedCommands(const ConcreteClusterPath & path, DataModel::ListBuilder<CommandId> & builder) override;

0 commit comments

Comments
 (0)