Skip to content

Commit

Permalink
Fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Feb 2, 2018
1 parent 8f88974 commit 10e7d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/YesSql.Core/Data/WorkerQueryKey.cs
Expand Up @@ -7,8 +7,7 @@
namespace YesSql.Data
{
/// <summary>
/// An instance of <see cref="CacheTagKey"/> represents the state of <see cref="CacheTagHelper"/>
/// or <see cref="DistributedCacheTagHelper"/> keys.
/// An instance of <see cref="WorkerQueryKey"/> represents the state of <see cref="WorkerQueryKey"/>.
/// </summary>
public class WorkerQueryKey : IEquatable<WorkerQueryKey>
{
Expand Down

0 comments on commit 10e7d64

Please sign in to comment.