From f965cf93435c48be521d5ae856316a7531c8cc13 Mon Sep 17 00:00:00 2001 From: jklingen Date: Sun, 10 May 2020 18:33:00 +0200 Subject: [PATCH] Another test --- GreenshotPlugin/Interfaces/Drawing/Container.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);