We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 984d1bf + 534efa7 commit 447a458Copy full SHA for 447a458
1 file changed
src/ByteGuard.FileValidator/FileValidator.cs
@@ -303,6 +303,7 @@ public List<string> GetSupportedFileTypes()
303
304
/// <summary>
305
/// Whether the given file is valid based on all parameters.
306
+ /// Whether the given file is valid based on all parameters.
307
/// </summary>
308
/// <param name="fileName">File name including extension (e.g. <c>my-file.jpg</c>).</param>
309
/// <param name="stream">Stream content of the file.</param>
0 commit comments