Skip to content

Commit

Permalink
Fix typo in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed May 19, 2024
1 parent eda2d85 commit 4e447c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/demo/stemdemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main()
// the word to be stemmed
std::wstring word(L"documentation");

/* Create an instance of a "english_stem" class. The template argument for the
/* Create an instance of an "english_stem" class. The template argument for the
stemmers are the type of std::basic_string that you are trying to stem,
by default std::wstring (Unicode strings).
As long as the char type of your basic_string is wchar_t, then you can use
Expand Down

0 comments on commit 4e447c2

Please sign in to comment.