From 3acdba94e526682d9280996bda209f990bb49440 Mon Sep 17 00:00:00 2001 From: William Hicklin Date: Mon, 11 Dec 2023 15:39:59 +0000 Subject: [PATCH] Fixed a typo in the operational state server doc. --- .../operational-state-server/operational-state-server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/clusters/operational-state-server/operational-state-server.h b/src/app/clusters/operational-state-server/operational-state-server.h index aadda8e0c60b1f..88725a1ff32b65 100644 --- a/src/app/clusters/operational-state-server/operational-state-server.h +++ b/src/app/clusters/operational-state-server/operational-state-server.h @@ -357,7 +357,7 @@ class Instance : public OperationalState::Instance { public: /** - * Creates an RVC operational state cluster instance. + * Creates an oven cavity operational state cluster instance. * The Init() function needs to be called for this instance to be registered and called by the * interaction model at the appropriate times. * It is possible to set the CurrentPhase and OperationalState via the Set... methods before calling Init().