diff --git a/VDS/Protocols/Enabling.swift b/VDS/Protocols/Enabling.swift index de9fb3ef..b6e429ef 100644 --- a/VDS/Protocols/Enabling.swift +++ b/VDS/Protocols/Enabling.swift @@ -7,8 +7,8 @@ import Foundation -/// Any object that can be disabled, which may change the appearance +/// Any object that can be Enabled, which may change the appearance public protocol Enabling { - /// Whether this object is disabled or not + /// Whether this object is enabled or not var isEnabled: Bool { get set } }