diff --git a/src/Span.h b/src/Span.h
index 17febee..d5a8bcf 100644
--- a/src/Span.h
+++ b/src/Span.h
@@ -149,7 +149,7 @@ namespace Service {
OPT(LockPhysicalControls);
END_SERV
- CREATE_SERV(Faucet,D7) // Defines the master control for one or more faucets or shower heads. Linked Services: Valve (at least one required), and HeaterCooler (optional, unless only one linked Valve is defined).
+ CREATE_SERV(Faucet,D7) // Defines the master control for a multi-Valve appliance. Linked Services: Valve (at least one required), and HeaterCooler (optional).
REQ(Active);
OPT(StatusFault);
OPT(Name);