From 5beb18df8d26db79baa28f90ef2893f7f369b20b Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Sat, 2 Jan 2021 21:22:26 +0800 Subject: [PATCH] Fix typo --- src/game/genetics/genetics.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"