fix bad char

This commit is contained in:
Palash Tyagi 2025-04-23 22:49:55 +01:00
parent f2c4f297a6
commit 40aaafa5de

View File

@ -43,7 +43,7 @@ enum RowIndexLookup {
// Frame struct definition and associated implementations
/// A data frame a Matrix with string-identified columns and a typed row index.
/// A data frame - a Matrix with string-identified columns and a typed row index.
///
/// `Frame` extends the concept of a `Matrix` by adding named columns
/// and an index for rows, which can be integers, dates, or a default range.