From d408aa6941af64f492e478b50cdc7dfda9490acb Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 16 May 2016 20:19:14 -0700 Subject: [PATCH] [doc] update to return description --- SabreHelper/RomManipulation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index 22710bf7..9ed4b8b6 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -40,7 +40,7 @@ namespace SabreTools.Helper /// Return if the file is RomCenter or not /// /// Name of the file to be parsed - /// True if the DAT is probably XML, false otherwise + /// True if the DAT is probably RomCenter, false otherwise public static bool IsRCDat(string filename) { try