From a080aaa2e108922b566bfc217596d3218b786602 Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:23:16 +0200 Subject: [PATCH] fix: remove redundant file name Co-authored-by: David Leal --- data_structures/stack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/stack.hpp b/data_structures/stack.hpp index d3b8cd7df..016b9ef78 100644 --- a/data_structures/stack.hpp +++ b/data_structures/stack.hpp @@ -1,5 +1,5 @@ /** - * @file stack.hpp + * @file * @author danghai * @brief This class specifies the basic operation on a stack as a linked list **/