diff --git a/src/EasyGA.py b/src/EasyGA.py index c874907..f58f75d 100644 --- a/src/EasyGA.py +++ b/src/EasyGA.py @@ -20,7 +20,7 @@ class gene: def get_value(self): return self.value - # Should the gene creation of the genes veriation be + # Should the gene creation of the genes-veriation be # included in the gene class or should the use just # assign value to the gene and we move on?