Fixes bad documentation comment

This commit is contained in:
Jordan Brown
2020-06-13 13:02:03 -04:00
parent 413ef4c32f
commit d5b2bcf400
@@ -9,7 +9,7 @@ using Tgstation.Server.Host.Configuration;
namespace Tgstation.Server.Host.Database
{
/// <summary>
/// <see cref="DatabaseContext"/> for MySQL
/// <see cref="DatabaseContext"/> for Sqlite.
/// </summary>
sealed class SqliteDatabaseContext : DatabaseContext
{