fix: minor typo

This commit is contained in:
Ayaan Khan
2020-06-26 17:04:19 +05:30
parent 05789603ab
commit b964f9af00

View File

@@ -369,7 +369,7 @@ int main() {
std::vector<float> Y(N);
std::cout
<< "Enter training data. Per sample, provide features ad one output."
<< "Enter training data. Per sample, provide features and one output."
<< std::endl;
for (size_t rows = 0; rows < N; rows++) {