diff --git a/src/mlpack/core/data/load_categorical_csv.hpp b/src/mlpack/core/data/load_categorical_csv.hpp index e380320a40..e98b02f7a0 100644 --- a/src/mlpack/core/data/load_categorical_csv.hpp +++ b/src/mlpack/core/data/load_categorical_csv.hpp @@ -136,7 +136,7 @@ template void LoadCSV::InitializeMapper(size_t& rows, size_t& cols, DatasetMapper& info) { // Take a pass through the file. If the DatasetMapper policy requires it, - // we will pass everything string through MapString(). This might be useful + // we will pass everything as string through MapString(). This might be useful // if, e.g., the MapPolicy needs to find which dimensions are numeric or // categorical.