diff --git a/src/main/resources/genetic.properties b/src/main/resources/genetic.properties
index 0649659923cf8cb95fe458a7439e7e7341e49591..f5cc49353d68b8e68465837d2ff355f028e4d035 100644
--- a/src/main/resources/genetic.properties
+++ b/src/main/resources/genetic.properties
@@ -16,7 +16,7 @@
         selectionMethod = proportional
     # Number of tournament participants, only relevant when selection is set to tournament
         k = 5
-    # Type(s) of mutators to use in the algorithm, separated by comma [singlePoint / crossover]
+    # Type(s) of mutators to use in the algorithm, separated by comma [singlePoint / crossover / singlePointGlobal]
         mutatorMethods = singlePoint,crossover
     # Points each HH bond gives
         pointsPerBond = 1