Skip to content

Commit 86bf048

Browse files
committed
fix typo
1 parent 72b59ff commit 86bf048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/n_gram_merge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ CharacterVector cpp_get_char_ngrams(const std::vector<std::string> &vects,
449449
vects_mod = cpp_list_unique(vects_mod, TRUE);
450450

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

0 commit comments

Comments
 (0)