chore(fix): data_strcutres -> data_structures (#2399)

This commit is contained in:
David Leal 2022-11-25 18:49:18 -06:00 committed by GitHub
parent d0f7f230ca
commit 8cc4433050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
#include <queue> /// for queue data structure
/**
* @namespace data_strcutres
* @namespace data_structures
* @brief Data structures algorithms
*/
namespace data_structures {