Skip to content

Commit 4460ba0

Browse files
authoredOct 4, 2023
style: use proper spelling (TheAlgorithms#665)
1 parent 30392a3 commit 4460ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎strings/genetic/genetic.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type PopulationItem struct {
2828
Value float64
2929
}
3030

31-
// Conf stands for cofigurations set provided to GeneticString function.
31+
// Conf stands for configurations set provided to GeneticString function.
3232
type Conf struct {
3333
// Maximum size of the population.
3434
// Bigger could be faster but more memory expensive.

0 commit comments

Comments
 (0)
Please sign in to comment.