Skip to content

Commit a299890

Browse files
Merge pull request andrewkirillov#4 from stefan-j/master
Fixed typo in documentation
2 parents 96a998d + cb6ca31 commit a299890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Genetic/Chromosomes/DoubleArrayChromosome.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public double[] Value
112112
/// </summary>
113113
///
114114
/// <remarks><para>The property controls type of mutation, which is used more
115-
/// frequently. A radnom number is generated each time before doing mutation -
115+
/// frequently. A random number is generated each time before doing mutation -
116116
/// if the random number is smaller than the specified balance value, then one
117117
/// mutation type is used, otherwse another. See <see cref="Mutate"/> method
118118
/// for more information.</para>
@@ -131,7 +131,7 @@ public double MutationBalancer
131131
/// </summary>
132132
///
133133
/// <remarks><para>The property controls type of crossover, which is used more
134-
/// frequently. A radnom number is generated each time before doing crossover -
134+
/// frequently. A random number is generated each time before doing crossover -
135135
/// if the random number is smaller than the specified balance value, then one
136136
/// crossover type is used, otherwse another. See <see cref="Crossover"/> method
137137
/// for more information.</para>

0 commit comments

Comments
 (0)