diff --git a/src/Tgstation.Server.Host/IO/IIOManager.cs b/src/Tgstation.Server.Host/IO/IIOManager.cs index 045036e98c..0b249b23a2 100644 --- a/src/Tgstation.Server.Host/IO/IIOManager.cs +++ b/src/Tgstation.Server.Host/IO/IIOManager.cs @@ -88,7 +88,7 @@ namespace Tgstation.Server.Host.IO ValueTask ReadAllBytes(string path, CancellationToken cancellationToken); /// - /// Returns directory names in a given . + /// Returns full directory names in a given . /// /// The path to search for directories. /// The for the operation. @@ -96,7 +96,7 @@ namespace Tgstation.Server.Host.IO Task> GetDirectories(string path, CancellationToken cancellationToken); /// - /// Returns file names in a given . + /// Returns full file names in a given . /// /// The path to search for files. /// The for the operation.