From 4e447c290675b139049584ea53eb3b477782f2b7 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Sun, 19 May 2024 10:59:55 -0400 Subject: [PATCH] Fix typo in the comments --- tests/demo/stemdemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/demo/stemdemo.cpp b/tests/demo/stemdemo.cpp index d582fac..6647ecb 100644 --- a/tests/demo/stemdemo.cpp +++ b/tests/demo/stemdemo.cpp @@ -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