Skip to content

Commit 2ec2062

Browse files
authored
fix the doc-string in software diagnostic cluster server impl (#41137)
1 parent e305abd commit 2ec2062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/software-diagnostics-server/software-diagnostics-cluster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class SoftwareDiagnosticsServerCluster : public DefaultServerCluster, public Sof
132132
private:
133133
// Encodes the `value` in `encoder`, while handling a potential `readError` that occurred
134134
// when the input `value` was read:
135-
// - CHIP_ERROR_NOT_IMPLEMENTED results in a 0 being encoded
135+
// - CHIP_ERROR_UNSUPPORTED_CHIP_FEATURE results in a 0 being encoded
136136
// - any other read error is just forwarded
137137
CHIP_ERROR EncodeValue(uint64_t value, CHIP_ERROR readError, AttributeValueEncoder & encoder)
138138
{

0 commit comments

Comments
 (0)