From 4d7792a54f11e4323e9e3e63e2b12d57620c90ce Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 2 May 2023 21:12:57 -0400 Subject: [PATCH] Improve comments. --- src/darwin/Framework/CHIP/MTRBaseDevice.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRBaseDevice.h b/src/darwin/Framework/CHIP/MTRBaseDevice.h index 13276a54b1b510..56edeff07f2af3 100644 --- a/src/darwin/Framework/CHIP/MTRBaseDevice.h +++ b/src/darwin/Framework/CHIP/MTRBaseDevice.h @@ -601,7 +601,9 @@ API_AVAILABLE(ios(16.4), macos(13.3), watchos(9.4), tvos(16.4)) * * string: NSString * * discrete/analog types: NSNumber * - * Derived types are represented as the base type, except for "string". + * Derived types (in the Matter specification sense) are represented the same as + * the base type, except for "string" (which is a derived type of "octet string" + * in the specification). */ @property (nonatomic, readonly, copy, nullable) id value;