From f8728b6825f54d8ff658483cf4cd342b0721a5a1 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 25 Sep 2025 09:46:55 -0500 Subject: [PATCH] docs: update XML comments for EssentialsDeviceFactory --- .../Devices/EssentialsDeviceFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Devices/EssentialsDeviceFactory.cs b/src/PepperDash.Essentials.Core/Devices/EssentialsDeviceFactory.cs index 3ac326bf..9c1a6a94 100644 --- a/src/PepperDash.Essentials.Core/Devices/EssentialsDeviceFactory.cs +++ b/src/PepperDash.Essentials.Core/Devices/EssentialsDeviceFactory.cs @@ -18,7 +18,7 @@ namespace PepperDash.Essentials.Core public List TypeNames { get; protected set; } /// - /// The method that will build the device + /// Build the device using the configuration /// /// The device config /// An instance of the device