diff --git a/string/suffix-array.hpp b/string/suffix-array.hpp index be96d38..946a8a6 100644 --- a/string/suffix-array.hpp +++ b/string/suffix-array.hpp @@ -5,7 +5,7 @@ /** * Author: Teetat T. * Date: 2024-06-14 - * Description: Suffix Automaton. + * Description: Suffix Array. */ template