diff --git a/data_structures/trie_modern.cpp b/data_structures/trie_modern.cpp index c2eba30e0..470af07a4 100644 --- a/data_structures/trie_modern.cpp +++ b/data_structures/trie_modern.cpp @@ -1,7 +1,7 @@ /** * @file * - * Copyright 2020 @author Anmol3299 + * @author Anmol3299 * \brief A basic implementation of trie class to store only lower-case strings. */ #include // for io operations