diff --git a/dc/d38/ordinary__least__squares__regressor_8cpp.html b/dc/d38/ordinary__least__squares__regressor_8cpp.html index 1a5ca4c25..8303f0c68 100644 --- a/dc/d38/ordinary__least__squares__regressor_8cpp.html +++ b/dc/d38/ordinary__least__squares__regressor_8cpp.html @@ -437,7 +437,7 @@ template<typename T >
436  std::vector<float> Y(N);
437 
438  std::cout
-
439  << "Enter training data. Per sample, provide features ad one output."
+
439  << "Enter training data. Per sample, provide features and one output."
440  << std::endl;
441 
442  for (size_t rows = 0; rows < N; rows++) {