fix: remove redundant file name

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Piotr Idzik
2022-10-14 23:23:16 +02:00
committed by GitHub
parent c7a1b6f31c
commit a080aaa2e1

View File

@@ -1,5 +1,5 @@
/**
* @file stack.hpp
* @file
* @author danghai
* @brief This class specifies the basic operation on a stack as a linked list
**/