From 638a833e1d4ede11a3f6480293fe0e01652fe9fd Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Fri, 22 Nov 2019 20:42:58 +0100 Subject: [PATCH] Fixed typo --- RGB.NET.Core/Leds/Led.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Core/Leds/Led.cs b/RGB.NET.Core/Leds/Led.cs index c296633..67cea33 100644 --- a/RGB.NET.Core/Leds/Led.cs +++ b/RGB.NET.Core/Leds/Led.cs @@ -92,7 +92,7 @@ namespace RGB.NET.Core private Size _actualSize; /// - /// Gets the actual location of the . + /// Gets the actual size of the . /// This includes device-scaling. /// public Size ActualSize