diff --git a/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs b/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs index 82e6866312..7864d1a5ae 100644 --- a/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs +++ b/src/Tgstation.Server.Host/Controllers/DreamDaemonController.cs @@ -1,4 +1,4 @@ -using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; @@ -275,7 +275,7 @@ namespace Tgstation.Server.Host.Controllers #pragma warning restore CA1502 /// - /// Creates a to restart the Watchdog. It will start if it wasn't already running. + /// Creates a to restart the Watchdog. It will not start if it wasn't already running. /// /// The for the operation /// A resulting in the of the request