From 8d27ac8bd8eb8ec320714a0bc201b05728da2206 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 17:55:28 -0600 Subject: Enable XML doc. --- src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs index fc0410e9..4b2ce129 100644 --- a/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs +++ b/src/WixToolset.Data/WindowsInstaller/Rows/SummaryInfoRowCollection.cs @@ -32,7 +32,7 @@ namespace WixToolset.Data.WindowsInstaller.Rows /// Gets the summary property ID for the . /// /// The row to index. - /// The summary property ID for the . + /// The summary property ID for the . protected override int GetKeyForItem(Row row) { return (int)row[0]; -- cgit v1.2.3-55-g6feb