Fix the ref link for the DataFrameColumn.Info XML comments (#6192)

This commit is contained in:
Gabriel 2022-05-23 14:39:51 -04:00 коммит произвёл GitHub
Родитель 5fc5f31ce3
Коммит a3003b06b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -359,7 +359,7 @@ namespace Microsoft.Data.Analysis
public virtual bool HasDescription() => false;
/// <summary>
/// Returns a <seealso cref="StringDataFrameColumn"/> containing the DataType and Length of this column
/// Returns a <see cref="StringDataFrameColumn"/> containing the DataType and Length of this column
/// </summary>
public virtual StringDataFrameColumn Info()
{