updated comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-09-21 13:31:34 -05:00
parent 9e2d5fff47
commit d99b8ecd2e

View File

@ -112,7 +112,9 @@ open class BinarySurfaceColorConfiguration<ModelType:Surfaceable & BinaryColorab
/// - Surfaceable (var surface: Surface)
///
/// let model = TestModel()
/// model.
/// model.on = false
/// model.disabled = false
/// model.surface = .light
/// let config = BinaryDisabledSurfaceColorConfiguration<TestModel>()
///
/// //True