summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit/ArrayList.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit/ArrayList.hpp')
-rw-r--r--Private/NewKit/ArrayList.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/NewKit/ArrayList.hpp b/Private/NewKit/ArrayList.hpp
index b6590c37..8921bebc 100644
--- a/Private/NewKit/ArrayList.hpp
+++ b/Private/NewKit/ArrayList.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * HCore
* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
@@ -11,7 +11,7 @@
#include <NewKit/Defines.hpp>
-namespace hCore
+namespace HCore
{
template <typename T>
class ArrayList final
@@ -57,4 +57,4 @@ namespace hCore
{
return ArrayList<ValueType>{val};
}
-} // namespace hCore
+} // namespace HCore