From 423a42d25b7be653473acdffc742550b93b62f31 Mon Sep 17 00:00:00 2001 From: Marc Drexel Date: Wed, 15 Sep 2021 17:07:40 +0200 Subject: [PATCH] fixed invalid XML comment --- Oqtane.Shared/Models/Database.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Shared/Models/Database.cs b/Oqtane.Shared/Models/Database.cs index b660ca50..8c7f40f8 100644 --- a/Oqtane.Shared/Models/Database.cs +++ b/Oqtane.Shared/Models/Database.cs @@ -11,7 +11,7 @@ namespace Oqtane.Models public string Name { get; set; } /// - /// Namespace & name of the UI control to configure this database, like `Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client` + /// Namespace & name of the UI control to configure this database, like `Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client` /// public string ControlType { get; set; }