summaryrefslogtreecommitdiffstats
path: root/include/raul/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Array.hpp')
-rw-r--r--include/raul/Array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/raul/Array.hpp b/include/raul/Array.hpp
index 9e7e24c..10f352d 100644
--- a/include/raul/Array.hpp
+++ b/include/raul/Array.hpp
@@ -23,7 +23,7 @@
#include <cstddef>
#include <memory>
-namespace Raul {
+namespace raul {
/** A disposable array with size.
*
@@ -156,6 +156,6 @@ private:
std::unique_ptr<T[]> _elems;
};
-} // namespace Raul
+} // namespace raul
#endif // RAUL_ARRAY_HPP