Skip to content

Commit

Permalink
(GH-361) Fix SA1629 Documentation text should end with a period
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jun 4, 2023
1 parent 83e2ece commit 0f91dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/StrongGrid/Models/PaginationLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PaginationLink
/// Gets or sets the relationship.
/// </summary>
/// <remarks>
/// 'Rev' is obviously short for something but I can't figure out what it stands for????
/// 'Rev' is obviously short for something but I can't figure out what it stands for.
/// </remarks>
public string Rev { get; set; }

Expand Down

0 comments on commit 0f91dc4

Please sign in to comment.