diff --git a/data_structures/stack_using_queue.cpp b/data_structures/stack_using_queue.cpp index bd6a60e2b..b849fcf05 100644 --- a/data_structures/stack_using_queue.cpp +++ b/data_structures/stack_using_queue.cpp @@ -13,7 +13,7 @@ #include /// for queue data structure /** - * @namespace data_strcutres + * @namespace data_structures * @brief Data structures algorithms */ namespace data_structures {