[Utilities] Fix note

This commit is contained in:
Matt Nadareski
2018-02-23 20:20:56 -08:00
parent fb2a545813
commit bc0d84ae8a

View File

@@ -507,7 +507,7 @@ namespace SabreTools.Library.Tools
/// <summary>
/// Create an archive of the specified type, if possible
/// </summary>
/// <param name="archiveType">SabreTools.Library.Data.SharpCompress.OutputFormat representing the archive to create</param>
/// <param name="archiveType">SabreTools.Library.Data.OutputFormat representing the archive to create</param>
/// <returns>Archive object representing the inputs</returns>
public static Folder GetArchive(OutputFormat outputFormat)
{