Words.push_back accept 1 arguments only
Closed this issue · 1 comments
tlkiong commented
According to the doc (readme), to add words, do the following:
words.push_back(["HELLO", "HH AH L OW"], ["HELLO(2)", "HH EH L OW"]);
However, running that seems to give me the error:
"function VectorWords.push_back called with 2 arguments, expected 1 args!"
Is the doc wrong?