We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e31e7 commit 916ecaaCopy full SHA for 916ecaa
src/Microsoft.Data.Analysis/DataFrameColumnCollection.cs
@@ -70,7 +70,7 @@ protected override void InsertItem(int columnIndex, DataFrameColumn column)
70
}
71
else if (column.Length != RowCount)
72
{
73
- //check all columns in the dataframe have the same lenght (amount of rows)
+ //check all columns in the dataframe have the same length (amount of rows)
74
throw new ArgumentException(Strings.MismatchedColumnLengths, nameof(column));
75
76
0 commit comments