diff --git a/src/Tgstation.Server.Host.Common/DotnetHelper.cs b/src/Tgstation.Server.Host.Common/DotnetHelper.cs
index 5945eac25d..c4edb2d3bf 100644
--- a/src/Tgstation.Server.Host.Common/DotnetHelper.cs
+++ b/src/Tgstation.Server.Host.Common/DotnetHelper.cs
@@ -14,10 +14,10 @@ namespace Tgstation.Server.Host.Common
public static class DotnetHelper
{
///
- /// Gets the path to the dotnet executable.
+ /// Gets potential paths to the dotnet executable.
///
/// If the current system is a Windows OS.
- /// The path to the dotnet executable.
+ /// An of potential paths to the dotnet executable.
public static IEnumerable GetPotentialDotnetPaths(bool isWindows)
{
var enviromentPath = Environment.GetEnvironmentVariable("PATH");