Skip to content

Commit 8cc4433

Browse files
authored
chore(fix): data_strcutres -> data_structures (#2399)
1 parent d0f7f23 commit 8cc4433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/stack_using_queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <queue> /// for queue data structure
1414

1515
/**
16-
* @namespace data_strcutres
16+
* @namespace data_structures
1717
* @brief Data structures algorithms
1818
*/
1919
namespace data_structures {

0 commit comments

Comments
 (0)