From 727cbba3b24662b844e567b487c40fb295a453b7 Mon Sep 17 00:00:00 2001 From: Jericho Date: Tue, 19 Jan 2021 11:31:22 -0500 Subject: [PATCH] (GH-361) Fix SA1629 Documentation text should end with a period --- Source/StrongGrid/Models/PaginationLink.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/StrongGrid/Models/PaginationLink.cs b/Source/StrongGrid/Models/PaginationLink.cs index f1a436c5..1c7304a8 100644 --- a/Source/StrongGrid/Models/PaginationLink.cs +++ b/Source/StrongGrid/Models/PaginationLink.cs @@ -22,7 +22,7 @@ public class PaginationLink /// Gets or sets the relationship. /// /// - /// '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. /// public string Rev { get; set; }