From d40fcbf471781ca3099469bfc85085b1380cdc8f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 8 Nov 2024 20:51:15 -0500 Subject: [PATCH] Documentation comment cleanups --- src/Tgstation.Server.Host.Common/DotnetHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");