Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidenbach committed Jan 12, 2016
1 parent 80b6ce2 commit 7435829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AspNetPagingExample/Models/PagedResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class PagedResults<T>
public int TotalNumberOfPages { get; set; }

/// <summary>
/// The total number of
/// The total number of records available.
/// </summary>
public int TotalNumberOfRecords { get; set; }

Expand Down

0 comments on commit 7435829

Please sign in to comment.