From 82060a1ade317131e4b69f50ef56ab3d60e0c8cb Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 29 May 2020 12:44:42 -0400 Subject: [PATCH] Minor code cleanup --- src/Tgstation.Server.Host/Models/Instance.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Models/Instance.cs b/src/Tgstation.Server.Host/Models/Instance.cs index c272b00324..0356bf0f2e 100644 --- a/src/Tgstation.Server.Host/Models/Instance.cs +++ b/src/Tgstation.Server.Host/Models/Instance.cs @@ -28,7 +28,7 @@ namespace Tgstation.Server.Host.Models public RepositorySettings RepositorySettings { get; set; } /// - /// The for the + /// The for the /// public DualReattachInformation WatchdogReattachInformation { get; set; } @@ -48,7 +48,7 @@ namespace Tgstation.Server.Host.Models public List RevisionInformations { get; set; } /// - /// The in the + /// The s in the /// public List Jobs { get; set; }