Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMuir committed Apr 23, 2022
1 parent 72b59ff commit 86bf048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/n_gram_merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ CharacterVector cpp_get_char_ngrams(const std::vector<std::string> &vects,
vects_mod = cpp_list_unique(vects_mod, TRUE);

// For each element of vects, combine all ngram strings into a single string,
// equivelant to calling r func paste(char_vect, collapse = "") on each
// equivalent to calling r func paste(char_vect, collapse = "") on each
// element of vects.
CharacterVector out = cpp_paste_list(vects_mod, "");

Expand Down

0 comments on commit 86bf048

Please sign in to comment.