From fe5943803f3c7d6ff7801c238d8a620444c3b806 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 25 Apr 2019 13:07:26 +0200 Subject: [PATCH] Improve GetDirectorySize docstring --- ATxCommon/FsUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxCommon/FsUtils.cs b/ATxCommon/FsUtils.cs index 1c530d8..8f80a98 100644 --- a/ATxCommon/FsUtils.cs +++ b/ATxCommon/FsUtils.cs @@ -56,7 +56,7 @@ namespace ATxCommon } /// <summary> - /// Recursively sum up size of all files under a given path. + /// Recursively sum up size (in bytes) of all files under a given path. /// </summary> /// <param name="path">Full path of the directory.</param> /// <returns>The total size in bytes.</returns> -- GitLab