From 27812be11a1e6ddc852d82a38e4e94214e546856 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 27 Jul 2020 09:52:38 -0700 Subject: [PATCH] Forgot comments, horrible spelling --- SabreTools.Library/DatFiles/ItemDictionary.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SabreTools.Library/DatFiles/ItemDictionary.cs b/SabreTools.Library/DatFiles/ItemDictionary.cs index 329eae59..1be4dfe5 100644 --- a/SabreTools.Library/DatFiles/ItemDictionary.cs +++ b/SabreTools.Library/DatFiles/ItemDictionary.cs @@ -175,7 +175,7 @@ namespace SabreTools.Library.DatFiles #endregion - #region Instsnce methods + #region Instance methods #region Accessors @@ -916,7 +916,7 @@ namespace SabreTools.Library.DatFiles #endregion - #endregion + #endregion // Instance methods #region Static methods @@ -1126,6 +1126,6 @@ Please check the log folder if the stats scrolled offscreen", false); #endregion - #endregion + #endregion // Static methods } }