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)