[doc] update to return description

This commit is contained in:
Matt Nadareski
2016-05-16 20:19:14 -07:00
parent a8d45e8e86
commit d408aa6941

View File

@@ -40,7 +40,7 @@ namespace SabreTools.Helper
/// Return if the file is RomCenter or not
/// </summary>
/// <param name="filename">Name of the file to be parsed</param>
/// <returns>True if the DAT is probably XML, false otherwise</returns>
/// <returns>True if the DAT is probably RomCenter, false otherwise</returns>
public static bool IsRCDat(string filename)
{
try