Just changed a typo in the documentation
This commit is contained in:
parent
4a6202ff13
commit
d55c0a5456
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
/** Atomic mutation of an EO. Acts on containers, and applies a mutation
|
/** Atomic mutation of an EO. Acts on containers, and applies a mutation
|
||||||
operator to each element of the container with some probability. EOT must
|
operator to each element of the container with some probability. EOT must
|
||||||
be a container of any tipe
|
be a container of any type
|
||||||
*/
|
*/
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
class eoAtomMutation: public eoMonOp<EOT> {
|
class eoAtomMutation: public eoMonOp<EOT> {
|
||||||
|
|
|
||||||
Reference in a new issue