Browse Source

Fix typo

master
C. J. Howard 3 years ago
parent
commit
5beb18df8d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/game/genetics/genetics.hpp

+ 2
- 2
src/game/genetics/genetics.hpp View File

@ -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"

Loading…
Cancel
Save