Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ledw authored Nov 22, 2017
1 parent 09bde3c commit 319fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/embed_doc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using namespace starspace;

// Read each sentence / document line by line,
// and output it's embedding vector
voiid embedDoc(StarSpace& sp, istream& fin) {
void embedDoc(StarSpace& sp, istream& fin) {
string input;
while (getline(fin, input)) {
if (input.size() ==0) break;
Expand Down

0 comments on commit 319fff5

Please sign in to comment.