diff --git a/TShockAPI/DB/SqlTable.cs b/TShockAPI/DB/SqlTable.cs
index fefd8d22..8a9a9c2d 100755
--- a/TShockAPI/DB/SqlTable.cs
+++ b/TShockAPI/DB/SqlTable.cs
@@ -73,10 +73,10 @@ namespace TShockAPI.DB
}
///
- /// Ensures a table exists and that its structure is correct
+ /// Ensures a table exists and that its structure is correct
///
/// The table name
- [Obsolete("This method will be replaced by EnsureTableStructure.")]
+ [Obsolete("This method will be replaced by EnsureTableStructure.")]
public void EnsureExists(SqlTable table)
{
EnsureTableStructure(table);