Skip to content

Commit 916ecaa

Browse files
Fix typo.
1 parent 26e31e7 commit 916ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.Analysis/DataFrameColumnCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected override void InsertItem(int columnIndex, DataFrameColumn column)
7070
}
7171
else if (column.Length != RowCount)
7272
{
73-
//check all columns in the dataframe have the same lenght (amount of rows)
73+
//check all columns in the dataframe have the same length (amount of rows)
7474
throw new ArgumentException(Strings.MismatchedColumnLengths, nameof(column));
7575
}
7676

0 commit comments

Comments
 (0)