Skip to content

Commit 875a1e4

Browse files
committed
silly comment typo
1 parent d9dbe15 commit 875a1e4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/Pomelo.Extensions.Caching.MySql/MySqlCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace Pomelo.Extensions.Caching.MySql
1212
{
1313
/// <summary>
14-
/// Distributed cache implementation using Microsoft MySql Server database.
14+
/// Distributed cache implementation using MySQL Server database.
1515
/// </summary>
1616
public class MySqlCache : IDistributedCache
1717
{

src/Pomelo.Extensions.Caching.MySql/MySqlCacheServiceCollectionExtensions.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
namespace Microsoft.Extensions.DependencyInjection
99
{
10-
/// <summary>
11-
/// Extension methods for setting up Microsoft MySql Server distributed cache services in an <see cref="IServiceCollection" />.
12-
/// </summary>
13-
/// TODO: make this internal again
14-
public static class MySqlServerCachingServicesExtensions
10+
/// <summary>
11+
/// Extension methods for setting up MySQL Server distributed cache services in an <see cref="IServiceCollection" />.
12+
/// </summary>
13+
/// TODO: make this internal again
14+
public static class MySqlServerCachingServicesExtensions
1515
{
1616
/// <summary>
17-
/// Adds Microsoft MySql Server distributed caching services to the specified <see cref="IServiceCollection" />.
17+
/// Adds MySQL Server distributed caching services to the specified <see cref="IServiceCollection" />.
1818
/// </summary>
1919
/// <param name="services">The <see cref="IServiceCollection" /> to add services to.</param>
2020
/// <param name="setupAction">An <see cref="Action{MySqlCacheOptions}"/> to configure the provided <see cref="MySqlCacheOptions"/>.</param>

0 commit comments

Comments
 (0)