Skip to content
Snippets Groups Projects
Commit b1f2f8ee authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Improve method docstring

parent 8d964b99
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ namespace ATxCommon.Serializables
public long FreeSpace { get; set; } = -1;
/// <summary>
/// Convenience method to check if this drive's free space is below its threshold.
/// Check if this drive's free space is below its threshold.
/// </summary>
/// <returns>True if free space is below the threshold, false otherwise.</returns>
public bool DiskSpaceLow() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment