From decbe930e7f5fc4a64c059211d54eb04e02d76a7 Mon Sep 17 00:00:00 2001 From: schedpas Date: Thu, 16 Jul 2020 10:28:01 +0200 Subject: [PATCH] e --- Pilz.IO/FileLocker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pilz.IO/FileLocker.cs b/Pilz.IO/FileLocker.cs index bb45ea5..e251334 100644 --- a/Pilz.IO/FileLocker.cs +++ b/Pilz.IO/FileLocker.cs @@ -53,7 +53,7 @@ namespace Pilz.IO } /// - /// Generate a new instance of . + /// Generate a new instance of and locks the given file automatically. /// /// The file path to the file that should be locked. public FileLocker(string filePath) : this(filePath, true)