We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30392a3 commit 4460ba0Copy full SHA for 4460ba0
strings/genetic/genetic.go
@@ -28,7 +28,7 @@ type PopulationItem struct {
28
Value float64
29
}
30
31
-// Conf stands for cofigurations set provided to GeneticString function.
+// Conf stands for configurations set provided to GeneticString function.
32
type Conf struct {
33
// Maximum size of the population.
34
// Bigger could be faster but more memory expensive.
0 commit comments