1 parent 6042465 commit 32bbef0Copy full SHA for 32bbef0
1 file changed
algorithms/cpp/wordPattern/WordPattern.cpp
@@ -34,7 +34,7 @@ private::
34
string tok;
35
36
while(getline(ss, tok, delimiter)) {
37
- internal.push_back(tok);
+ internal.push_back(tok);
38
}
39
40
return internal;
0 commit comments