diff --git a/GreenshotPlugin/Interfaces/Drawing/Container.cs b/GreenshotPlugin/Interfaces/Drawing/Container.cs index 74f737db2..6fd0df7fa 100644 --- a/GreenshotPlugin/Interfaces/Drawing/Container.cs +++ b/GreenshotPlugin/Interfaces/Drawing/Container.cs @@ -123,7 +123,7 @@ namespace GreenshotPlugin.Interfaces.Drawing IList Adorners { get; } /// - /// Adjust UI elements to the supplied DPI settings + /// Adjust UI elements to the supplied DPI settings /// /// void AdjustToDpi(uint dpi);