From 2564a7ca750b8fda7f30470ad3df6d5d73f07ac5 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 2 May 2019 11:51:21 +0200 Subject: [PATCH] Improve docstring --- ATxCommon/StorageStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxCommon/StorageStatus.cs b/ATxCommon/StorageStatus.cs index c5a4a43..5002496 100644 --- a/ATxCommon/StorageStatus.cs +++ b/ATxCommon/StorageStatus.cs @@ -41,7 +41,7 @@ namespace ATxCommon } /// <summary> - /// Number of expired directories in the grace location. + /// Number of expired (1st-level) directories in the grace location. /// </summary> public int ExpiredDirsCount { get { -- GitLab