diff --git a/src/mlpack/core/data/load_categorical_csv.hpp b/src/mlpack/core/data/load_categorical_csv.hpp index 98d6e032d2..eadddd2347 100644 --- a/src/mlpack/core/data/load_categorical_csv.hpp +++ b/src/mlpack/core/data/load_categorical_csv.hpp @@ -90,7 +90,7 @@ void LoadCSV::InitializeTransposeMapper(size_t& rows, size_t& cols, // Remove whitespaces from either side. Trim(line); - // If it's an empty line decrease cols and break + // If it's an empty line decrease cols and break. if (line.size() == 0) { --cols;