From a3003b06b9532213ac0ed63821b108b26fc5abfc Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 23 May 2022 14:39:51 -0400 Subject: [PATCH] Fix the ref link for the DataFrameColumn.Info XML comments (#6192) --- src/Microsoft.Data.Analysis/DataFrameColumn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Data.Analysis/DataFrameColumn.cs b/src/Microsoft.Data.Analysis/DataFrameColumn.cs index f5220c40b..636d7a8db 100644 --- a/src/Microsoft.Data.Analysis/DataFrameColumn.cs +++ b/src/Microsoft.Data.Analysis/DataFrameColumn.cs @@ -359,7 +359,7 @@ namespace Microsoft.Data.Analysis public virtual bool HasDescription() => false; /// - /// Returns a containing the DataType and Length of this column + /// Returns a containing the DataType and Length of this column /// public virtual StringDataFrameColumn Info() {