Skip to content

Commit

Permalink
refactor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnblogs-dudu committed Jan 24, 2025
1 parent 33215f2 commit 05e76ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public class MemcachedClientConfiguration : IMemcachedClientConfiguration
private ITranscoder _transcoder;
private IMemcachedKeyTransformer _keyTransformer;


/// <summary>
/// Initializes a new instance of the <see cref="T:MemcachedClientConfiguration"/> class.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Enyim.Caching/Memcached/PooledSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace Enyim.Caching.Memcached
{
[DebuggerDisplay("[ Address: {endpoint}, IsAlive = {IsAlive} ]")]
[DebuggerDisplay("[ Address: {_endpoint}, IsAlive = {_isAlive} ]")]
public partial class PooledSocket : IDisposable
{
private readonly ILogger _logger;
Expand Down

0 comments on commit 05e76ee

Please sign in to comment.