diff --git a/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs b/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs
index 69e3f76324..68b39b8fd2 100644
--- a/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs
+++ b/src/Microsoft.AspNetCore.Identity/IQueryableUserStore.cs
@@ -6,7 +6,7 @@ using System.Linq;
namespace Microsoft.AspNetCore.Identity
{
///
- /// Provides an abstraction for querying roles in a User store.
+ /// Provides an abstraction for querying users in a User store.
///
/// The type encapsulating a user.
public interface IQueryableUserStore : IUserStore where TUser : class