We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bf453 commit c4ef714Copy full SHA for c4ef714
src/StackExchange.Exceptional.MySQL/MySQLErrorStore.cs
@@ -41,7 +41,7 @@ public MySQLErrorStore(string connectionString, string applicationName)
41
{ }
42
43
/// <summary>
44
- /// Creates a new instance of <see cref="SQLErrorStore"/> with the given configuration.
+ /// Creates a new instance of <see cref="MySQLErrorStore"/> with the given configuration.
45
/// The default table name is "Exceptions".
46
/// </summary>
47
/// <param name="settings">The <see cref="ErrorStoreSettings"/> for this store.</param>
0 commit comments