diff --git a/src/game/genetics/genetics.hpp b/src/game/genetics/genetics.hpp index b685461..07ab23b 100644 --- a/src/game/genetics/genetics.hpp +++ b/src/game/genetics/genetics.hpp @@ -20,8 +20,8 @@ #ifndef ANTKEEPER_GENETICS_HPP #define ANTKEEPER_GENETICS_HPP -/// Genetic algorithms and data types. -namespace genetic {} +/// Genetic algorithms +namespace genetics {} #include "amino-acid.hpp" #include "base.hpp"