Skip to content

Commit

Permalink
Update trainer_interface.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 authored Dec 10, 2018
1 parent 092a728 commit 29ace74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trainer_interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class SentenceSelector {
} else {
LOG(INFO)
<< "First " << spec_->input_sentence_size()
<< " sentences are select. Remaining sentences are discarded.";
<< " sentences are selected. Remaining sentences are discarded.";
}
}
}
Expand Down

0 comments on commit 29ace74

Please sign in to comment.